aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2005-10-14 14:23:01 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2005-10-14 14:23:01 +0000
commitd8738be0b97787b3f9ab5958d0c8d49175417d1a (patch)
tree64cb1ba8e573930c8a9d5d0e4654ed6a16b0b324 /railties
parente2da98e212e297ad8cc99a5806b01e8e1512e7ce (diff)
downloadrails-d8738be0b97787b3f9ab5958d0c8d49175417d1a.tar.gz
rails-d8738be0b97787b3f9ab5958d0c8d49175417d1a.tar.bz2
rails-d8738be0b97787b3f9ab5958d0c8d49175417d1a.zip
Fix commands/perform
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2582 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties')
-rw-r--r--railties/lib/commands/perform.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/commands/perform.rb b/railties/lib/commands/perform.rb
index ec9a47505b..784837780c 100644
--- a/railties/lib/commands/perform.rb
+++ b/railties/lib/commands/perform.rb
@@ -2,4 +2,4 @@ if %w( benchmarker profiler ).include?(ARGV.first)
require "#{File.dirname(__FILE__)}/perform/#{ARGV.shift}"
else
puts "Usage: ./script/perform [benchmarker|profiler]"
-end \ No newline at end of file
+end