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) $
|
||||
createAnnexDirectory dir
|
||||
-- might have already existed with restricted perms
|
||||
do
|
||||
thawHook dir
|
||||
unlessM crippledFileSystem $ liftIO $ allowWrite dir
|
||||
thawHook dir
|
||||
unlessM crippledFileSystem $ liftIO $ allowWrite dir
|
||||
where
|
||||
dir = parentDir dest
|
||||
|
||||
|
|
Loading…
Reference in a new issue