Merge pull request #1933 from my-git9/deinit-1

modify output for deinit
This commit is contained in:
karmada-bot 2022-06-16 15:33:13 +08:00 committed by GitHub
commit 8304974169
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ func removeLabels(node *corev1.Node, removesLabel string) {
// deleteConfirmation delete karmada confirmation
func deleteConfirmation() bool {
fmt.Println("Please type (y)es or (n)o and then press enter:")
fmt.Print("Please type (y)es or (n)o and then press enter:")
var response string
_, err := fmt.Scanln(&response)
if err != nil {