diff options
author | Joey Hess <joey@kitenet.net> | 2012-11-25 15:52:35 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-11-25 15:52:35 -0400 |
commit | d1433a155834a2f2c963a6d54a896ee8f9dac6f3 (patch) | |
tree | 150b46148afd652beba4d72768c8825be7c929e4 /Command/Uninit.hs | |
parent | cd2b386a3acce7b75e2f7a93c65e78ea61ce7365 (diff) |
formatting
Diffstat (limited to 'Command/Uninit.hs')
-rw-r--r-- | Command/Uninit.hs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Command/Uninit.hs b/Command/Uninit.hs index b365e8c20..a86044410 100644 --- a/Command/Uninit.hs +++ b/Command/Uninit.hs @@ -36,9 +36,9 @@ check = do [Params "rev-parse --abbrev-ref HEAD"] seek :: [CommandSeek] -seek = [ - withFilesNotInGit $ whenAnnexed startCheckIncomplete, - withFilesInGit $ whenAnnexed startUnannex +seek = + [ withFilesNotInGit $ whenAnnexed startCheckIncomplete + , withFilesInGit $ whenAnnexed startUnannex , withNothing start ] |