convert from internal git path when checking symlink standin file
This commit is contained in:
parent
15af92291f
commit
8a2ff023a3
1 changed files with 1 additions and 1 deletions
2
Annex/Link.hs
Normal file → Executable file
2
Annex/Link.hs
Normal file → Executable file
|
@ -45,7 +45,7 @@ getAnnexLinkTarget file =
|
|||
v <- liftIO $ catchMaybeIO $ getlinktarget file
|
||||
case v of
|
||||
Just l
|
||||
| isLinkToAnnex l -> return v
|
||||
| isLinkToAnnex (fromInternalGitPath l) -> return v
|
||||
| otherwise -> return Nothing
|
||||
Nothing -> fallback
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue