mirror of
https://github.com/jkl1337/duplicacy.git
synced 2026-06-06 08:24:12 -05:00
Merge pull request #283 from michaelcinquin/master
create the destination folder on gcd storage if it doesn't exist
This commit is contained in:
@@ -332,7 +332,7 @@ func CreateGCDStorage(tokenFile string, storagePath string, threads int) (storag
|
||||
storage.attempts[i] = 0
|
||||
}
|
||||
|
||||
storagePathID, err := storage.getIDFromPath(0, storagePath, false)
|
||||
storagePathID, err := storage.getIDFromPath(0, storagePath, true)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user