Merge pull request #1933 from my-git9/deinit-1
modify output for deinit
This commit is contained in:
commit
8304974169
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue