1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix task comment to match which file should be changed

[ci skip]
This commit is contained in:
Rafael Mendonça França 2014-03-25 15:36:28 -03:00
parent ce0df82057
commit 470108b6e9

View file

@ -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.