summaryrefslogtreecommitdiff
path: root/Command/Proxy.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Proxy.hs')
-rw-r--r--Command/Proxy.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/Command/Proxy.hs b/Command/Proxy.hs
index fc29cce26..ef0d4b7cd 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."