-
-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Crash when update replaces file with symlink (or vice versa)
Previously if an update would try to replace a file with a symlink copier would crash. If an update tried to replace a symlink with a file it would just overwrite the symlink target. Now both cases work as expected.
- Loading branch information
1 parent
d3216ad
commit ed09cfc
Showing
2 changed files
with
70 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters