mirror of
https://github.com/rclone/rclone.git
synced 2025-01-24 12:56:36 +02: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…
x
Reference in New Issue
Block a user