diff options
Diffstat (limited to 'Command/Dead.hs')
-rw-r--r-- | Command/Dead.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Dead.hs b/Command/Dead.hs index 34595769f..f4b654ed9 100644 --- a/Command/Dead.hs +++ b/Command/Dead.hs @@ -17,7 +17,7 @@ import qualified Data.Set as S def :: [Command] def = [command "dead" (paramRepeating paramRemote) seek - "hide a lost repository"] + SectionSetup "hide a lost repository"] seek :: [CommandSeek] seek = [withWords start] |