aboutsummaryrefslogtreecommitdiff
path: root/Command/Sync.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Sync.hs')
-rw-r--r--Command/Sync.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Sync.hs b/Command/Sync.hs
index 10b9fc2cd..95bd7c8d7 100644
--- a/Command/Sync.hs
+++ b/Command/Sync.hs
@@ -53,7 +53,7 @@ import qualified Data.Map as M
cmd :: Command
cmd = withOptions syncOptions $
- command "sync" (paramOptional (paramRepeating paramRemote))
+ command "sync" (paramRepeating paramRemote)
seek SectionCommon "synchronize local repository with remotes"
syncOptions :: [Option]