summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2015-01-29 09:42:23 +0000
committerSteve Kemp <steve@steve.org.uk>2015-01-29 09:42:23 +0000
commitd973f94829e3f006a9abb328ef34981d034fbd10 (patch)
tree233b8b278ac30b0f9f81f1c90231aa512c4bdeac
parenta96c49dc159379148a18e3acf021cd86b288b9ff (diff)
Removed shebang.
This refereed to ruby1.8 in a versioned way which was wrong.
-rwxr-xr-xlib/custodian/util/timespan.rb3
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
-
-