forked from TrueCloudLab/rclone
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")
|
||||
} else {
|
||||
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 {
|
||||
case 'e':
|
||||
|
|
Loading…
Reference in a new issue