diff options
author | Sebastian Martinez <sebastian@wyeworks.com> | 2011-04-13 23:38:05 -0300 |
---|---|---|
committer | Sebastian Martinez <sebastian@wyeworks.com> | 2011-04-13 23:38:05 -0300 |
commit | beed866e4335e8418ced59e293b6a71d12214f4f (patch) | |
tree | e0ee01da4910f32ed1e990a73b0950d2864457f0 /railties/guides | |
parent | 2f242652374d40726a5076a531a667e4482744df (diff) | |
download | rails-beed866e4335e8418ced59e293b6a71d12214f4f.tar.gz rails-beed866e4335e8418ced59e293b6a71d12214f4f.tar.bz2 rails-beed866e4335e8418ced59e293b6a71d12214f4f.zip |
Fix patch file name to make it consistent with the rest of the guide
Diffstat (limited to 'railties/guides')
-rw-r--r-- | railties/guides/source/contributing_to_ruby_on_rails.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/contributing_to_ruby_on_rails.textile b/railties/guides/source/contributing_to_ruby_on_rails.textile index 1fcc4fd7e3..9ac8d11c07 100644 --- a/railties/guides/source/contributing_to_ruby_on_rails.textile +++ b/railties/guides/source/contributing_to_ruby_on_rails.textile @@ -361,7 +361,7 @@ $ git apply --check my_new_patch.diff Please make sure the patch does not introduce whitespace errors: <shell> -$ git apply --whitespace=error-all mynew_patch.diff +$ git apply --whitespace=error-all my_new_patch.diff </shell> |