config: improved punctuation in initial config prompt

This commit is contained in:
albertony
2021-11-01 21:34:46 +01:00
parent 63b450a2a5
commit a301478a13
38 changed files with 44 additions and 44 deletions

View File

@@ -611,7 +611,7 @@ func EditConfig(ctx context.Context) (err error) {
ShowRemotes()
fmt.Printf("\n")
} else {
fmt.Printf("No remotes found - make a new one\n")
fmt.Printf("No remotes found, make a new one?\n")
// take 2nd item and last 2 items of menu list
what = append(what[1:2], what[len(what)-2:]...)
}