mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
Fix missing "quit" option when there are no remotes.
This commit is contained in:
parent
ced3a4bc19
commit
8f4d6973fb
@ -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 New Issue
Block a user