Skip to content

Commit

Permalink
fix: create account (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
domenicsim1 authored Aug 3, 2022
1 parent 9dd0d64 commit 5ba7fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/account/aws/create/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func NewCmdCreate(f factory.Factory) *cobra.Command {
}
opts.Description = string(data)
}
opts.NoPrompt = f.IsPromptEnabled()
opts.NoPrompt = !f.IsPromptEnabled()
if opts.Environments != nil {
opts.Environments, err = helper.ResolveEnvironmentNames(opts.Environments, opts.Octopus, opts.Spinner)
if err != nil {
Expand Down

0 comments on commit 5ba7fd5

Please sign in to comment.