Explorar o código

Merge pull request #464 from tusharsadhwani/patch-1

Clarify default option in prompt
Kailash Nadh %!s(int64=3) %!d(string=hai) anos
pai
achega
d205f1c19e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      cmd/install.go

+ 1 - 1
cmd/install.go

@@ -32,7 +32,7 @@ func install(lastVer string, db *sqlx.DB, fs stuffbin.FileSystem, prompt, idempo
 
 	if prompt {
 		var ok string
-		fmt.Print("continue (y/n)?  ")
+		fmt.Print("continue (y/N)?  ")
 		if _, err := fmt.Scanf("%s", &ok); err != nil {
 			lo.Fatalf("error reading value from terminal: %v", err)
 		}