diff options
Diffstat (limited to 'Locations.hs')
-rw-r--r-- | Locations.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Locations.hs b/Locations.hs index 7602a27e4..8b0b819e6 100644 --- a/Locations.hs +++ b/Locations.hs @@ -165,7 +165,7 @@ gitAnnexLink file key r config = do {- This special case is for git submodules on filesystems not - supporting symlinks; generate link target that will - work portably. -} - | coreSymlinks config == False && needsSubmoduleFixup r = + | not (coreSymlinks config) && needsSubmoduleFixup r = fromMaybe whoops $ absNormPathUnix currdir $ Git.repoPath r </> ".git" | otherwise = Git.localGitDir r |