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 | 9aaef45c19bf1f0c459a8f4a6ef9f5eb8c26e543 (patch) | |
tree | 0d524964ff007ec29a6641499c20605132810e2b /bin/custodian-queue | |
parent | 058c3ffb7105a3303c3aeebfc9bf410356970e64 (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. |