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 | 90f223270012a85993029a03f80685bb7613458a (patch) | |
tree | 4487f78187c3fab6ce6b0990316dc16ce402bef4 /bin | |
parent | cdadeaa09269e74cacfdc1136ebb4ed85719c652 (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. |