From 6e78fdbef06e0fc7135dac5bc71cdcb4b81911c6 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Thu, 25 Feb 2010 16:45:59 -0800 Subject: Remove doubled period --- railties/lib/rails/plugin.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/railties/lib/rails/plugin.rb b/railties/lib/rails/plugin.rb index c1a2c5c87b..0bc3991b33 100644 --- a/railties/lib/rails/plugin.rb +++ b/railties/lib/rails/plugin.rb @@ -29,7 +29,7 @@ module Rails extra_tasks = Dir["#{root}/{tasks,rails/tasks}/**/*.rake"] unless extra_tasks.empty? - ActiveSupport::Deprecation.warn "Rake tasks in #{extra_tasks.to_sentence} are deprecated. Use lib/tasks instead." + ActiveSupport::Deprecation.warn "Rake tasks in #{extra_tasks.to_sentence} are deprecated. Use lib/tasks instead" extra_tasks.sort.each { |ext| load(ext) } end end -- cgit v1.2.3