aboutsummaryrefslogtreecommitdiff
path: root/Command/Proxy.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-11-13 13:56:29 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-11-13 13:56:29 -0400
commit1210b5098e3e4212832128fdb59916d88090ab42 (patch)
treee8d197f7acbae93359c1f67e2915b8663f62ab27 /Command/Proxy.hs
parent179dacc22ddf74a19cea3a830ba3404e7b8cb90f (diff)
remove -- handling; this is already taken care of by the getopt processing
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."