summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2015-01-13 15:34:05 +0000
committerSteve Kemp <steve@steve.org.uk>2015-01-13 15:34:05 +0000
commit8318ede7af604f6503abe32a38271b79e527819f (patch)
tree62971481df39daeccd62782b1fe4dfe6e57f3acd
parent9eb289dc0908651f458657d1b10d6a57170e2855 (diff)
Updated to include search-path.
This is a temporary fix for local-testing.
-rwxr-xr-xbin/custodian-enqueue4
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
-
-