diff --git a/cmd/util/util.go b/cmd/util/util.go index 405d43ff57af..54604ee1aa0d 100644 --- a/cmd/util/util.go +++ b/cmd/util/util.go @@ -155,7 +155,7 @@ To opt out of these messages, run the command: func getInput(input chan string, r io.Reader) { reader := bufio.NewReader(r) - fmt.Print("Please enter your response [Y/n]: \n") + fmt.Print("Please enter your response [Y/n]: ") response, err := reader.ReadString('\n') if err != nil { glog.Errorf(err.Error())