aboutsummaryrefslogtreecommitdiffstats
path: root/railties/bin/performance/profiler
diff options
context:
space:
mode:
Diffstat (limited to 'railties/bin/performance/profiler')
-rwxr-xr-xrailties/bin/performance/profiler2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/bin/performance/profiler b/railties/bin/performance/profiler
index d855ac8b13..07640575cd 100755
--- a/railties/bin/performance/profiler
+++ b/railties/bin/performance/profiler
@@ -1,3 +1,3 @@
#!/usr/bin/env ruby
-require File.dirname(__FILE__) + '/../../config/boot'
+require File.expand_path('../../../config/boot', __FILE__)
require 'commands/performance/profiler'