reorder params
This commit is contained in:
parent
b2814bc891
commit
b857253ae9
1 changed files with 1 additions and 1 deletions
|
@ -124,8 +124,8 @@ makeinfos updated version = do
|
||||||
signFile f
|
signFile f
|
||||||
void $ inRepo $ runBool
|
void $ inRepo $ runBool
|
||||||
[ Param "commit"
|
[ Param "commit"
|
||||||
, Param "-m"
|
|
||||||
, Param "-S89C809CB" -- git-annex distribution signing key
|
, Param "-S89C809CB" -- git-annex distribution signing key
|
||||||
|
, Param "-m"
|
||||||
, Param $ "updated info files for git-annex " ++ version
|
, Param $ "updated info files for git-annex " ++ version
|
||||||
]
|
]
|
||||||
void $ inRepo $ runBool
|
void $ inRepo $ runBool
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue