aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2014-03-25 15:36:28 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2014-03-25 15:37:18 -0300
commit470108b6e95a32e017ba3790d5701d8c8e91bf29 (patch)
tree9e427a2cf7b01151220ee783f6421c27bead39f5 /Rakefile
parentce0df82057ac31df0e620cf4a303d3428aa93020 (diff)
downloadrails-470108b6e95a32e017ba3790d5701d8c8e91bf29.tar.gz
rails-470108b6e95a32e017ba3790d5701d8c8e91bf29.tar.bz2
rails-470108b6e95a32e017ba3790d5701d8c8e91bf29.zip
Fix task comment to match which file should be changed
[ci skip]
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index aae59b8ecc..0737afd089 100644
--- a/Rakefile
+++ b/Rakefile
@@ -45,7 +45,7 @@ else
Rails::API::StableTask.new('rdoc')
end
-desc 'Bump all versions to match version.rb'
+desc 'Bump all versions to match RAILS_VERSION'
task :update_versions => "all:update_versions"
# We have a webhook configured in GitHub that gets invoked after pushes.