Fix missing "quit" option when there are no remotes.
This commit is contained in:
parent
ced3a4bc19
commit
8f4d6973fb
1 changed files with 1 additions and 1 deletions
|
@ -810,7 +810,7 @@ func EditConfig() {
|
||||||
fmt.Printf("\n")
|
fmt.Printf("\n")
|
||||||
} else {
|
} else {
|
||||||
fmt.Printf("No remotes found - make a new one\n")
|
fmt.Printf("No remotes found - make a new one\n")
|
||||||
what = append(what[1:2], what[3])
|
what = append(what[1:2], what[3:]...)
|
||||||
}
|
}
|
||||||
switch i := Command(what); i {
|
switch i := Command(what); i {
|
||||||
case 'e':
|
case 'e':
|
||||||
|
|
Loading…
Add table
Reference in a new issue