diff options
Diffstat (limited to 'Command/Unannex.hs')
-rw-r--r-- | Command/Unannex.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Command/Unannex.hs b/Command/Unannex.hs index 83e990921..ea814560f 100644 --- a/Command/Unannex.hs +++ b/Command/Unannex.hs @@ -24,9 +24,9 @@ import Command.PreCommit (lockPreCommitHook) cmd :: Command cmd = withOptions annexedMatchingOptions $ - command "unannex" paramPaths SectionUtility + command "unannex" SectionUtility "undo accidential add command" - (commandParser seek) + paramPaths (withParams seek) seek :: CmdParams -> CommandSeek seek = wrapUnannex . (withFilesInGit $ whenAnnexed start) |