diff options
author | Steve Kemp <steve@steve.org.uk> | 2015-01-13 11:25:42 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2015-01-13 11:25:42 +0000 |
commit | 3389249542b21459315d6a061c26f9f6cee8d84b (patch) | |
tree | 2e00c5c0ac585aef1c2009eca7002ab1aa11b4c5 /bin/custodian-enqueue | |
parent | baa756b55aeea8d756144231524fd3d6a5c59b00 (diff) |
Avoid hard-wiring 1.8 ruby
Diffstat (limited to 'bin/custodian-enqueue')
-rwxr-xr-x | bin/custodian-enqueue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/custodian-enqueue b/bin/custodian-enqueue index 4aab52e..6ca56ad 100755 --- a/bin/custodian-enqueue +++ b/bin/custodian-enqueue @@ -1,4 +1,4 @@ -#!/usr/bin/ruby1.8 +#!/usr/bin/ruby # # NAME # custodian-enqueue - Parse tests from a file and enqueue to beanstalkd. |