Merge pull request #464 from tusharsadhwani/patch-1
Clarify default option in prompt
This commit is contained in:
commit
d205f1c19e
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue