summaryrefslogtreecommitdiff
path: root/Git/CheckAttr.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Git/CheckAttr.hs')
-rw-r--r--Git/CheckAttr.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Git/CheckAttr.hs b/Git/CheckAttr.hs
index 21eeed493..23ed22621 100644
--- a/Git/CheckAttr.hs
+++ b/Git/CheckAttr.hs
@@ -30,7 +30,8 @@ checkAttrStart attrs repo = do
where
params =
[ Param "check-attr"
- , Params "-z --stdin"
+ , Param "-z"
+ , Param "--stdin"
] ++ map Param attrs ++
[ Param "--" ]