summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"