diff options
author | Francis Irving <francis@mysociety.org> | 2010-09-10 03:21:41 +0100 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2010-09-10 03:21:41 +0100 |
commit | 792647e221d12adf15428f4924ad8f8d115fa1e8 (patch) | |
tree | 7543e5217ad49b9fc4a1333dbe7999b646da0a1f /script/performance/profiler | |
parent | 72b7cf54881f4ee88cdd79c54315e8e2cc01d55a (diff) |
Profiler
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' |