Browse Source

Fix shared folder link ending early

pull/165/head
Ionite 1 year ago
parent
commit
026e9bd19a
No known key found for this signature in database
  1. 2
      StabilityMatrix.Core/Helper/SharedFolders.cs

2
StabilityMatrix.Core/Helper/SharedFolders.cs

@ -174,7 +174,7 @@ public class SharedFolders : ISharedFolders
Logger.Info(
$"Skipped updating matching folder link ({destinationDir} -> ({sourceDir})"
);
return;
continue;
}
// Otherwise delete the link

Loading…
Cancel
Save