summaryrefslogtreecommitdiff
path: root/bin/custodian-dequeue
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2015-01-13 11:25:42 +0000
committerSteve Kemp <steve@steve.org.uk>2015-01-13 11:25:42 +0000
commit3389249542b21459315d6a061c26f9f6cee8d84b (patch)
tree2e00c5c0ac585aef1c2009eca7002ab1aa11b4c5 /bin/custodian-dequeue
parentbaa756b55aeea8d756144231524fd3d6a5c59b00 (diff)
Avoid hard-wiring 1.8 ruby
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 f121686..3072fbd 100755
--- a/bin/custodian-dequeue
+++ b/bin/custodian-dequeue
@@ -1,4 +1,4 @@
-#!/usr/bin/ruby1.8 -Ilib/ -I../lib/ -rubygems
+#!/usr/bin/ruby -Ilib/ -I../lib/ -rubygems
#
# NAME
# custodian-dequeue - Pull network tests from a queue and execute them in series.