diff options
Diffstat (limited to 'Command/VPop.hs')
-rw-r--r-- | Command/VPop.hs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Command/VPop.hs b/Command/VPop.hs index 1fb1d7a56..f6fc56b08 100644 --- a/Command/VPop.hs +++ b/Command/VPop.hs @@ -16,10 +16,10 @@ import Types.View import Logs.View import Command.View (checkoutViewBranch) -cmd :: [Command] -cmd = [notBareRepo $ notDirect $ +cmd :: Command +cmd = notBareRepo $ notDirect $ command "vpop" (paramOptional paramNumber) seek SectionMetaData - "switch back to previous view"] + "switch back to previous view" seek :: CommandSeek seek = withWords start |