Skip to content

Commit

Permalink
fix stage prompt label, closes #111
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Vlasic committed Feb 23, 2022
1 parent 088b4d0 commit b016497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/controller/stage.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ func (s *Stage) chooseCreateStage() (*domain.Stage, error) {

func promptStageName() (string, error) {
prompt := promptui.Prompt{
Label: "Please specify a new stage name to continue",
Label: "Please specify stage name to continue",
}
stage, err := prompt.Run()
return stage, err
Expand Down

0 comments on commit b016497

Please sign in to comment.