diff --git a/cmd/update.go b/cmd/update.go index 5799c6b..72458c4 100644 --- a/cmd/update.go +++ b/cmd/update.go @@ -180,6 +180,7 @@ var updateCmd = &cobra.Command{ log.Fatalln(err) } if userInput != "y" { + fmt.Println("Update process canceled.") return }