mirror of
https://github.com/rclone/rclone.git
synced 2026-01-06 10:33:34 +00:00
test_all: optionally run Cleanup before cleaning a remote
Add this to the QingStor remote to stop it running out of buckets
This commit is contained in:
@@ -86,7 +86,7 @@ func main() {
|
||||
|
||||
// Just clean the directories if required
|
||||
if *clean {
|
||||
err := cleanRemotes(conf.Remotes())
|
||||
err := cleanRemotes(conf)
|
||||
if err != nil {
|
||||
log.Fatalf("Failed to clean: %v", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user