Skip to content

Commit

Permalink
Merge pull request #329 from reubenmiller/fix-session-create-type
Browse files Browse the repository at this point in the history
fix(session create): fix handling of default type
  • Loading branch information
reubenmiller authored Dec 30, 2023
2 parents 6dd4ef9 + a36b76a commit e1bd67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/sessions/create/create.manual.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ func (n *CmdCreate) promptArgs(cmd *cobra.Command, args []string) error {
"dev\tDevelopment mode (no restrictions)",
"qual\tQA mode (delete disabled)",
"prod\tProduction mode (read only)",
}, "dev")
}, "dev\tDevelopment mode (no restrictions)")
if err != nil {
return err
}
Expand Down

0 comments on commit e1bd67f

Please sign in to comment.