diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-13 17:36:25 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-13 17:36:25 +0000 |
commit | 5848f01db41b1c1203296aa77a122b24f14ca804 (patch) | |
tree | 635d9a5160e01ee3c6a5890d0cd6d82dd494244c /bin/custodian-dequeue | |
parent | 3c764db486cce47aef9380cb6f16f21f21aa8dc9 (diff) |
Use ruby1.8 explicitly
Diffstat (limited to 'bin/custodian-dequeue')
-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 e897c84..d34250d 100755 --- a/bin/custodian-dequeue +++ b/bin/custodian-dequeue @@ -1,4 +1,4 @@ -#!/usr/bin/ruby -Ilib/ -I../lib/ +#!/usr/bin/ruby1.8 -Ilib/ -I../lib/ # # This script will pull tests to complete from the Beanstalk Queue, # where they will be found in JSON form, and executes them. |