aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/commands/perform.rb
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-10-14 02:28:56 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-10-14 02:28:56 +0000
commit2bb72134b57e92109809ed80d725001d5db0a8cf (patch)
tree3a232c17e37fda4b557300ba50cb47064bf277a4 /railties/lib/commands/perform.rb
parent59709d9188b7afff3ee53a4a20b9e40a7699e298 (diff)
downloadrails-2bb72134b57e92109809ed80d725001d5db0a8cf.tar.gz
rails-2bb72134b57e92109809ed80d725001d5db0a8cf.tar.bz2
rails-2bb72134b57e92109809ed80d725001d5db0a8cf.zip
Fix spelling
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2574 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/lib/commands/perform.rb')
-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 6c09565896..0cc04f2c87 100644
--- a/railties/lib/commands/perform.rb
+++ b/railties/lib/commands/perform.rb
@@ -1,5 +1,5 @@
if %w( benchmarker profiler ).include?(ARGV.first)
- require "#{File.dirname(__FILE__)}/process/#{ARGV.shift}"
+ require "#{File.dirname(__FILE__)}/perform/#{ARGV.shift}"
else
puts "Choose either benchmarker or profiler"
end \ No newline at end of file