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 | 8318ede7af604f6503abe32a38271b79e527819f (patch) | |
tree | 62971481df39daeccd62782b1fe4dfe6e57f3acd /bin | |
parent | 9eb289dc0908651f458657d1b10d6a57170e2855 (diff) |
Updated to include search-path.
This is a temporary fix for local-testing.
Diffstat (limited to 'bin')
-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 - - |