Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Duplicati/Library')
-rw-r--r--Duplicati/Library/Backend/Storj/StorjBackend.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Duplicati/Library/Backend/Storj/StorjBackend.cs b/Duplicati/Library/Backend/Storj/StorjBackend.cs
index cfd361bc9..8cc80caca 100644
--- a/Duplicati/Library/Backend/Storj/StorjBackend.cs
+++ b/Duplicati/Library/Backend/Storj/StorjBackend.cs
@@ -145,7 +145,7 @@ namespace Duplicati.Library.Backend.Tardigrade
if (options.ContainsKey(TARDIGRADE_FOLDER) || options.ContainsKey(STORJ_FOLDER))
{
options.TryGetValue(STORJ_FOLDER, out _folder);
- if (string.IsNullOrEmpty(_bucket))
+ if (string.IsNullOrEmpty(_folder))
_folder = options[TARDIGRADE_FOLDER];
}
}