diff --git a/Command/Unannex.hs b/Command/Unannex.hs index d3623ed997..960f99722f 100644 --- a/Command/Unannex.hs +++ b/Command/Unannex.hs @@ -78,6 +78,6 @@ cleanup file key = do -- Commit staged changes at end to avoid confusing the -- pre-commit hook if this file is later added back to -- git as a normal, non-annexed file. - AnnexQueue.add "commit" [Params "-a -m", Param "content removed from git annex"] [] + AnnexQueue.add "commit" [Param "-m", Param "content removed from git annex"] [] return True