diff options
Diffstat (limited to 'Command/DiffDriver.hs')
-rw-r--r-- | Command/DiffDriver.hs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Command/DiffDriver.hs b/Command/DiffDriver.hs index c93bec525..2313e5f0d 100644 --- a/Command/DiffDriver.hs +++ b/Command/DiffDriver.hs @@ -15,10 +15,11 @@ import Git.Types cmd :: Command cmd = dontCheck repoExists $ - command "diffdriver" ("[-- cmd --]") seek - SectionPlumbing "external git diff driver shim" + command "diffdriver" SectionPlumbing + "external git diff driver shim" + ("-- cmd --") (withParams seek) -seek :: CommandSeek +seek :: CmdParams -> CommandSeek seek = withWords start start :: [String] -> CommandStart |