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
|
where
|
||||||
done = forM_ below $ \p -> do
|
done = forM_ below $ \p -> do
|
||||||
liftIO $ createDirectoryIfMissing p
|
liftIO $ createDirectoryIfMissing True p
|
||||||
setAnnexPerm p
|
setAnnexPerm p
|
||||||
|
|
||||||
{- Blocks writing to the directory an annexed file is in, to prevent the
|
{- Blocks writing to the directory an annexed file is in, to prevent the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue