diff options
Diffstat (limited to 'railties/bin/performance/profiler')
-rwxr-xr-x | railties/bin/performance/profiler | 2 |
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' |