summaryrefslogtreecommitdiff
path: root/Command/Map.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Map.hs')
-rw-r--r--Command/Map.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Command/Map.hs b/Command/Map.hs
index 48cba63f9..6fbc6930b 100644
--- a/Command/Map.hs
+++ b/Command/Map.hs
@@ -23,7 +23,8 @@ import qualified Utility.Dot as Dot
data Link = Link Git.Repo Git.Repo
command :: [Command]
-command = [repoCommand "map" paramNothing seek "generate map of repositories"]
+command = [Command "map" paramNothing needsNothing seek
+ "generate map of repositories"]
seek :: [CommandSeek]
seek = [withNothing start]