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
Handle relative source path in create_link #identical?
When creating a symlink, the source path may be relative to the destination. If
this is the case, #identical? fails becase it interprets it as an absolute path.
Update #identical to resolve the source path before comparing.
0 commit comments