diff options
Diffstat (limited to 'script/performance/profiler')
-rwxr-xr-x | script/performance/profiler | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/performance/profiler b/script/performance/profiler index 48fb74381..a7ea37a9a 100755 --- a/script/performance/profiler +++ b/script/performance/profiler @@ -1,5 +1,5 @@ #!/usr/bin/ruby #!/usr/bin/env ruby -require File.dirname(__FILE__) + '/../../config/boot' +require File.dirname(__FILE__) + '/../../config/boot.rb' require 'commands/performance/profiler' |