diff options
author | Steve Kemp <steve@steve.org.uk> | 2015-01-29 09:42:23 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2015-01-29 09:42:23 +0000 |
commit | 02298012f4bb5d10db46c649df65c24e29011bf2 (patch) | |
tree | cec473f124923b7b97f9bcb274f343ff26380f74 /lib | |
parent | 5b6359a8e88103a14c6e769874ac2adb99de8384 (diff) |
Removed shebang.
This refereed to ruby1.8 in a versioned way which was wrong.
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/custodian/util/timespan.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/custodian/util/timespan.rb b/lib/custodian/util/timespan.rb index 1211edf..d3166c7 100755 --- a/lib/custodian/util/timespan.rb +++ b/lib/custodian/util/timespan.rb @@ -1,4 +1,3 @@ -#!/usr/bin/ruby1.8 module Custodian @@ -120,5 +119,3 @@ module Custodian end end end - - |