diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-26 12:14:43 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-26 12:14:43 +0000 |
commit | 0840ba528a225e9be5dd902ee75bd77b9777446e (patch) | |
tree | 529ae85a006875cb1bf960de4f69b621729176ce /bin | |
parent | c5ec5f23b9caadc8ef8d9c3233271266c490e23e (diff) |
Updated to make the requirement of redis soft, as it will probably be
not used.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/custodian-dequeue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/custodian-dequeue b/bin/custodian-dequeue index 2d25f0f..efcab32 100755 --- a/bin/custodian-dequeue +++ b/bin/custodian-dequeue @@ -1,4 +1,4 @@ -#!/usr/bin/ruby1.8 -Ilib/ -I../lib/ +#!/usr/bin/ruby1.8 -Ilib/ -I../lib/ -rubygems # # NAME # custodian-dequeue - Pull network tests from a queue and execute them in series. |