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-queue | |
parent | baa756b55aeea8d756144231524fd3d6a5c59b00 (diff) |
Avoid hard-wiring 1.8 ruby
Diffstat (limited to 'bin/custodian-queue')
-rwxr-xr-x | bin/custodian-queue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/custodian-queue b/bin/custodian-queue index 3e20410..afcba2a 100755 --- a/bin/custodian-queue +++ b/bin/custodian-queue @@ -1,4 +1,4 @@ -#!/usr/bin/ruby1.8 +#!/usr/bin/ruby # # NAME # custodian-queue - Work with the queue. |