diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-04-06 18:38:34 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-04-06 18:38:34 -0400 |
commit | 37273f03051b5a76449d3e7e82e1e9254d217af1 (patch) | |
tree | 632b2ddb29bb17d2601970a11d06abdf1c4f2d6d /Build | |
parent | 384abb4abe0a17fa26d79fcaa2148aa427c8d007 (diff) |
reorder params
Diffstat (limited to 'Build')
-rw-r--r-- | Build/DistributionUpdate.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/DistributionUpdate.hs b/Build/DistributionUpdate.hs index ce5edcdd9..154bc954e 100644 --- a/Build/DistributionUpdate.hs +++ b/Build/DistributionUpdate.hs @@ -124,8 +124,8 @@ makeinfos updated version = do signFile f void $ inRepo $ runBool [ Param "commit" - , Param "-m" , Param "-S89C809CB" -- git-annex distribution signing key + , Param "-m" , Param $ "updated info files for git-annex " ++ version ] void $ inRepo $ runBool |