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

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