remove unncessary do block
Left by Reiko's patch
This commit is contained in:
parent
1d48153bb8
commit
b411a1ce74
1 changed files with 2 additions and 3 deletions
|
@ -287,9 +287,8 @@ createContentDir dest = do
|
||||||
unlessM (liftIO $ R.doesPathExist dir) $
|
unlessM (liftIO $ R.doesPathExist dir) $
|
||||||
createAnnexDirectory dir
|
createAnnexDirectory dir
|
||||||
-- might have already existed with restricted perms
|
-- might have already existed with restricted perms
|
||||||
do
|
thawHook dir
|
||||||
thawHook dir
|
unlessM crippledFileSystem $ liftIO $ allowWrite dir
|
||||||
unlessM crippledFileSystem $ liftIO $ allowWrite dir
|
|
||||||
where
|
where
|
||||||
dir = parentDir dest
|
dir = parentDir dest
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue