diff options
Diffstat (limited to 'Command/Ungroup.hs')
-rw-r--r-- | Command/Ungroup.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Command/Ungroup.hs b/Command/Ungroup.hs index a88e3f7c8..a26bd34a9 100644 --- a/Command/Ungroup.hs +++ b/Command/Ungroup.hs @@ -15,8 +15,8 @@ import Types.Group import qualified Data.Set as S -def :: [Command] -def = [command "ungroup" (paramPair paramRemote paramDesc) seek +cmd :: [Command] +cmd = [command "ungroup" (paramPair paramRemote paramDesc) seek SectionSetup "remove a repository from a group"] seek :: CommandSeek |