Skip to content

Commit

Permalink
refactor confirm
Browse files Browse the repository at this point in the history
  • Loading branch information
StarpTech committed Jan 26, 2018
1 parent 51a181b commit 30446b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/template/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ func (t *Templating) StartCommandSurvey() error {
func (t *Templating) confirmPackTemplate() (bool, error) {
packTemplate := false
prompt := &survey.Confirm{
Message: "Do you really want to proceed?",
Message: fmt.Sprintf("Do you really want to checkout to '%s' ?", t.CommandData.Path),
}

err := survey.AskOne(prompt, &packTemplate, nil)
Expand Down

0 comments on commit 30446b9

Please sign in to comment.