summaryrefslogtreecommitdiff
path: root/Command/Merge.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Merge.hs')
-rw-r--r--Command/Merge.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Command/Merge.hs b/Command/Merge.hs
index 28e3bbb4d..b451db2af 100644
--- a/Command/Merge.hs
+++ b/Command/Merge.hs
@@ -13,9 +13,9 @@ import qualified Annex.Branch
import qualified Git.Branch
import Command.Sync (prepMerge, mergeLocal)
-cmd :: [Command]
-cmd = [command "merge" paramNothing seek SectionMaintenance
- "automatically merge changes from remotes"]
+cmd :: Command
+cmd = command "merge" paramNothing seek SectionMaintenance
+ "automatically merge changes from remotes"
seek :: CommandSeek
seek ps = do