Skip to content

Commit

Permalink
fixup! feat(cli): add --command to sunodo shell
Browse files Browse the repository at this point in the history
  • Loading branch information
endersonmaia committed Sep 23, 2024
1 parent 2446a2d commit 0153d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/cli/src/commands/shell.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default class Shell extends BaseCommand<typeof Shell> {
command: Flags.string({
description: "shell command to use (eg.: /bin/bash)",
required: false,
default: "/bin/sh",
default: "/bin/bash",
}),
};

Expand Down

0 comments on commit 0153d86

Please sign in to comment.