diff options
Diffstat (limited to 'bin/custodian-enqueue')
-rwxr-xr-x | bin/custodian-enqueue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/custodian-enqueue b/bin/custodian-enqueue index 672ace9..e4ce9d9 100755 --- a/bin/custodian-enqueue +++ b/bin/custodian-enqueue @@ -1,4 +1,4 @@ -#!/usr/bin/ruby -Ilib/ +#!/usr/bin/ruby -Ilib/ -I../lib/ -rubygems # # NAME # custodian-enqueue - Parse tests from a file and enqueue them. |