From 0942ebeb349a1d84b1a3b4cc257d04b583cd7084 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Tue, 13 Nov 2012 17:37:03 +0000 Subject: Updated to use ruby1.8 explicitly --- lib/custodian/protocol-tests/https.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/custodian/protocol-tests/https.rb') diff --git a/lib/custodian/protocol-tests/https.rb b/lib/custodian/protocol-tests/https.rb index 49cdcef..6c4a53a 100755 --- a/lib/custodian/protocol-tests/https.rb +++ b/lib/custodian/protocol-tests/https.rb @@ -1,4 +1,4 @@ -#!/usr/bin/ruby +#!/usr/bin/ruby1.8 require 'net/http' require 'net/https' -- cgit v1.2.1