hopefully fix a bug
This commit is contained in:
parent
5ed3802661
commit
6ff1ce76b7
2 changed files with 3 additions and 2 deletions
|
@ -70,7 +70,7 @@ createAnnexDirectory dir = traverse dir [] =<< top
|
|||
)
|
||||
where
|
||||
done = forM_ below $ \p -> do
|
||||
liftIO $ createDirectory p
|
||||
liftIO $ createDirectoryIfMissing p
|
||||
setAnnexPerm p
|
||||
|
||||
{- Blocks writing to the directory an annexed file is in, to prevent the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue