summaryrefslogtreecommitdiff
path: root/Command/Fix.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Fix.hs')
-rw-r--r--Command/Fix.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Command/Fix.hs b/Command/Fix.hs
index 6a27878e3..a5f385b4f 100644
--- a/Command/Fix.hs
+++ b/Command/Fix.hs
@@ -20,9 +20,9 @@ import Utility.Touch
cmd :: Command
cmd = notDirect $ noCommit $ withOptions annexedMatchingOptions $
- command "fix" paramPaths
- SectionMaintenance "fix up symlinks to point to annexed content"
- (commandParser seek)
+ command "fix" SectionMaintenance
+ "fix up symlinks to point to annexed content"
+ paramPaths (withParams seek)
seek :: CmdParams -> CommandSeek
seek = withFilesInGit $ whenAnnexed start