diff options
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. |