You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix overwrite+remove deleting the wrong file on relative path. (#235)
Issue was caused by updater.pathToNewFile() fetching the path directly from zSyncClient, which will keep absolute paths as-is
and change relative paths to be different than the parameter value would be.
0 commit comments