diff options
| author | Steve Kemp <steve@steve.org.uk> | 2015-01-13 15:34:05 +0000 | 
|---|---|---|
| committer | Steve Kemp <steve@steve.org.uk> | 2015-01-13 15:34:05 +0000 | 
| commit | 58862662389f0e0be03d520df055740f9c6e31d5 (patch) | |
| tree | bc760f96d6c91fb65ae7f316b6aeac7e92bae134 /bin/custodian-enqueue | |
| parent | b1d33b50c759731deb9e5cef7f207aa65f0a4a22 (diff) | |
Updated to include search-path.
This is a temporary fix for local-testing.
Diffstat (limited to 'bin/custodian-enqueue')
| -rwxr-xr-x | bin/custodian-enqueue | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/bin/custodian-enqueue b/bin/custodian-enqueue index 6ca56ad..a6b9828 100755 --- a/bin/custodian-enqueue +++ b/bin/custodian-enqueue @@ -1,4 +1,4 @@ -#!/usr/bin/ruby +#!/usr/bin/ruby -Ilib/  #  # NAME  #  custodian-enqueue - Parse tests from a file and enqueue to beanstalkd. @@ -193,5 +193,3 @@ if __FILE__ == $0 then    end  end - - | 
