fix
This commit is contained in:
parent
86a0e0f21a
commit
e423190b11
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ createAnnexDirectory dir = traverse dir [] =<< top
|
|||
)
|
||||
where
|
||||
done = forM_ below $ \p -> do
|
||||
liftIO $ createDirectoryIfMissing p
|
||||
liftIO $ createDirectoryIfMissing True p
|
||||
setAnnexPerm p
|
||||
|
||||
{- Blocks writing to the directory an annexed file is in, to prevent the
|
||||
|
|
Loading…
Reference in a new issue