diff --git a/references/cli/adopt.go b/references/cli/adopt.go index 8eb43bee2..0b34595c9 100644 --- a/references/cli/adopt.go +++ b/references/cli/adopt.go @@ -197,7 +197,7 @@ func (opt *AdoptOptions) Complete(f velacmd.Factory, cmd *cobra.Command, args [] if err == nil && app != nil { if !opt.Yes { userInput := NewUserInput() - confirm := userInput.AskBool("Application '%s' already exists, apply will override the existing app with the adopted one, please confirm [Y/n]: "+opt.AppName, &UserInputOptions{AssumeYes: true}) + confirm := userInput.AskBool("Application '%s' already exists, apply will override the existing app with the adopted one, please confirm [Y/n]: "+opt.AppName, &UserInputOptions{AssumeYes: false}) if !confirm { return nil }