From 9aaef45c19bf1f0c459a8f4a6ef9f5eb8c26e543 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Tue, 13 Jan 2015 11:25:42 +0000 Subject: Avoid hard-wiring 1.8 ruby --- bin/custodian-queue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/custodian-queue') 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. -- cgit v1.2.1