Browse Source

Fix migration

Antony Male 9 years ago
parent
commit
eb60425cae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/SyncTrayzor/Services/Config/ConfigurationProvider.cs

+ 1 - 1
src/SyncTrayzor/Services/Config/ConfigurationProvider.cs

@@ -307,7 +307,7 @@ namespace SyncTrayzor.Services.Config
             syncthingPath.Value = syncthingPath.Value.TrimStart("%EXEPATH%\\");
 
             var syncthingCustomHomePath = configuration.Root.Element("SyncthingCustomHomePath");
-            syncthingCustomHomePath.Value = syncthingCustomHomePath.Value.TrimStart("%EXEPAT%\\");
+            syncthingCustomHomePath.Value = syncthingCustomHomePath.Value.TrimStart("%EXEPATH%\\");
 
             return configuration;
         }