Skip to content

Commit

Permalink
This Fixes kevinelliott#4 issue with undetected version number raisin…
Browse files Browse the repository at this point in the history
…g an error in some cases
  • Loading branch information
davidjrice committed Sep 30, 2011
1 parent 202ac34 commit 2750857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/agent_orange/version.rb
Expand Up @@ -27,7 +27,7 @@ def to_s
private

def sanitize_version_string(version_string)
version_string.gsub('_','.')
version_string ? version_string.gsub('_','.') : ""
end
end
end

0 comments on commit 2750857

Please sign in to comment.