1
0
mirror of https://github.com/gilbertchen/duplicacy synced 2025-12-15 07:43:21 +00:00

create the destination folder on gcd storage if it doesn't exist

This commit is contained in:
Michael Cinquin
2017-12-01 12:28:52 +01:00
parent 6f69aff712
commit 3371ea445e

View File

@@ -332,7 +332,7 @@ func CreateGCDStorage(tokenFile string, storagePath string, threads int) (storag
storage.attempts[i] = 0 storage.attempts[i] = 0
} }
storagePathID, err := storage.getIDFromPath(0, storagePath, false) storagePathID, err := storage.getIDFromPath(0, storagePath, true)
if err != nil { if err != nil {
return nil, err return nil, err
} }