Skip to content

Commit 0153d86

Browse files
committed
fixup! feat(cli): add --command to sunodo shell
1 parent 2446a2d commit 0153d86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/cli/src/commands/shell.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default class Shell extends BaseCommand<typeof Shell> {
2525
command: Flags.string({
2626
description: "shell command to use (eg.: /bin/bash)",
2727
required: false,
28-
default: "/bin/sh",
28+
default: "/bin/bash",
2929
}),
3030
};
3131

0 commit comments

Comments
 (0)