Fix indexing progress bar, improve question

This commit is contained in:
comp500
2019-06-16 20:59:45 +01:00
parent 7880488bf1
commit f0516b8600
2 changed files with 37 additions and 37 deletions

View File

@@ -207,7 +207,7 @@ func cmdUpdate(flags core.Flags, mod string) error {
return nil
}
fmt.Println("Do you want to update? [Y/n]: ")
fmt.Print("Do you want to update? [Y/n]: ")
var answer string
_, err := fmt.Scanln(&answer)
if err != nil {