Skip to content

Commit

Permalink
Stay in same line
Browse files Browse the repository at this point in the history
  • Loading branch information
sayanarijit authored and dlorenc committed Sep 10, 2018
1 parent 3b97276 commit bed9aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/util/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit bed9aab

Please sign in to comment.