diff options
Diffstat (limited to 'Git/CheckAttr.hs')
-rw-r--r-- | Git/CheckAttr.hs | 3 |
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 "--" ] |