diff --git a/Command/Proxy.hs b/Command/Proxy.hs index fc29cce263..ef0d4b7cdf 100644 --- a/Command/Proxy.hs +++ b/Command/Proxy.hs @@ -22,8 +22,7 @@ cmd = [notBareRepo $ SectionCommon "safely bypass direct mode guard"] seek :: CommandSeek -seek ("--":ps) = withWords start ps -seek ps = withWords start ps +seek = withWords start start :: [String] -> CommandStart start [] = error "Did not specify command to run."