diff options
Diffstat (limited to 'Command/Unused.hs')
-rw-r--r-- | Command/Unused.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Command/Unused.hs b/Command/Unused.hs index 52e483d87..a1c4ee03c 100644 --- a/Command/Unused.hs +++ b/Command/Unused.hs @@ -25,7 +25,8 @@ import qualified GitRepo as Git import qualified Backend command :: [Command] -command = [Command "unused" paramNothing seek "look for unused file content"] +command = [repoCommand "unused" paramNothing seek + "look for unused file content"] seek :: [CommandSeek] seek = [withNothing start] |