summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2009-06-03 07:37:28 +1000
committerJames Turnbull <james@lovedthanlost.net>2009-06-03 07:37:28 +1000
commit6ce81546ccfab2aefbec7fced5c38226bdd83297 (patch)
tree77367f2561d23b30f359f232101e8910b61be3a2 /Rakefile
parent4ef7bbae5130605ddfbdab80e0c73d2088004b11 (diff)
downloadpuppet-6ce81546ccfab2aefbec7fced5c38226bdd83297.tar.gz
puppet-6ce81546ccfab2aefbec7fced5c38226bdd83297.tar.xz
puppet-6ce81546ccfab2aefbec7fced5c38226bdd83297.zip
Removed --no-chain-reply-to in rake mail_patches task
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index dc40b724f..6686c4dcd 100644
--- a/Rakefile
+++ b/Rakefile
@@ -124,7 +124,7 @@ task :mail_patches do
end
# Now send the mail.
- sh "git send-email #{compose} --no-chain-reply-to --no-signed-off-by-cc --suppress-from --to puppet-dev@googlegroups.com 00*.patch"
+ sh "git send-email #{compose} --no-signed-off-by-cc --suppress-from --to puppet-dev@googlegroups.com 00*.patch"
# Finally, clean up the patches
sh "rm 00*.patch"