diff options
Diffstat (limited to 'Annex/Perms.hs')
-rw-r--r-- | Annex/Perms.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Annex/Perms.hs b/Annex/Perms.hs index b344de688..dc1cb2f8b 100644 --- a/Annex/Perms.hs +++ b/Annex/Perms.hs @@ -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 |