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 Aug 22, 2024
1 parent b2be2b5 commit fd4d070
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/cli/src/commands/shell.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ export default class Shell extends BaseCommand<typeof Shell> {
default: false,
}),
command: Flags.string({
description: "shell command to use (eg.: /bin/zsh)",
description: "shell command to use (eg.: /bin/bash)",
required: false,
default: "/bin/bash",
default: "/bin/sh",
}),
};

Expand Down

0 comments on commit fd4d070

Please sign in to comment.