fix build
This commit is contained in:
parent
6eb52cf5f1
commit
01acb5212e
2 changed files with 8 additions and 9 deletions
|
@ -219,7 +219,7 @@ fixLink key file = do
|
|||
go want have
|
||||
| want /= fromRawFilePath (fromInternalGitPath have) = do
|
||||
showNote "fixing link"
|
||||
liftIO $ createWorkTreeDirectory (parentDir (fromRawFilePath file))
|
||||
createWorkTreeDirectory (parentDir (fromRawFilePath file))
|
||||
liftIO $ removeFile (fromRawFilePath file)
|
||||
addAnnexLink want file
|
||||
| otherwise = noop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue