summaryrefslogtreecommitdiff
path: root/bin/custodian-dequeue
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2012-11-13 17:36:25 +0000
committerSteve Kemp <steve@steve.org.uk>2012-11-13 17:36:25 +0000
commitffc17466cbe26667e4b39d72d8bf6779502d045d (patch)
tree635d9a5160e01ee3c6a5890d0cd6d82dd494244c /bin/custodian-dequeue
parent1c288bba01642e72eb87b25da4366bcc69bafb2e (diff)
Use ruby1.8 explicitly
Diffstat (limited to 'bin/custodian-dequeue')
-rwxr-xr-xbin/custodian-dequeue2
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.