فهرست منبع

Fix migration

Antony Male 9 سال پیش
والد
کامیت
eb60425cae
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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;
         }