summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 16c6488cf..34a60ea96 100644
--- a/Rakefile
+++ b/Rakefile
@@ -193,7 +193,7 @@ task :mail_patches do
type, parent, name = $1, $2, $3
# Create all of the patches
- sh "git-format-patch -C -M -s -n #{parent}..HEAD"
+ sh "git format-patch -C -M -s -n #{parent}..HEAD"
# And then mail them out.