diff options
Diffstat (limited to 'Command/Map.hs')
-rw-r--r-- | Command/Map.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Map.hs b/Command/Map.hs index ef8e04d90..7e23da774 100644 --- a/Command/Map.hs +++ b/Command/Map.hs @@ -34,7 +34,7 @@ command = [repoCommand "map" paramNothing seek "generate map of repositories"] seek :: [CommandSeek] seek = [withNothing start] -start :: CommandStartNothing +start :: CommandStart start = do g <- Annex.gitRepo rs <- spider g |