diff options
author | Joey Hess <joey@kitenet.net> | 2013-03-31 16:38:05 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-03-31 16:38:05 -0400 |
commit | 150a05edaa5f23c512dd352124b8da2399ff0cff (patch) | |
tree | 30ce126cbc783d617706b233ccb8a8e2bbc4b5bb /Test.hs | |
parent | fb3912eb435de8b865a5b2e2fbcecbb4b51bea81 (diff) |
webapp: Added UI to delete repositories. Closes: #689847
Diffstat (limited to 'Test.hs')
-rw-r--r-- | Test.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -851,7 +851,7 @@ cleanup dir = do -- removed via directory permissions; undo recurseDir SystemFS dir >>= filterM doesDirectoryExist >>= - mapM_ Utility.FileMode.allowWrite + mapM_ Utility.FileMode.allowWrite removeDirectoryRecursive dir checklink :: FilePath -> Assertion |