summaryrefslogtreecommitdiff
path: root/lib/custodian/util
diff options
context:
space:
mode:
Diffstat (limited to 'lib/custodian/util')
-rw-r--r--lib/custodian/util/timespan.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/custodian/util/timespan.rb b/lib/custodian/util/timespan.rb
index b3cb647..36e8d9e 100644
--- a/lib/custodian/util/timespan.rb
+++ b/lib/custodian/util/timespan.rb
@@ -19,7 +19,7 @@ module Custodian
#
if ( desc.kind_of? String ) &&
( desc =~ /([0-9]+)pm$/i )
- desc = $1.dup.to_i + 12;
+ desc = $1.dup.to_i + 12
end
#