Skip to content

Commit

Permalink
Removing extra whitespace from version
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansch committed Oct 14, 2011
1 parent 32b5138 commit 5af96c2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion libraries/chef_rvm_version_helpers.rb
Expand Up @@ -32,7 +32,11 @@ def self.rvm_version(user = nil)
end

version = shell_out!(
rvm_wrap_cmd(cmd, user_dir), :env => environment).stdout
rvm_wrap_cmd(cmd, user_dir), :env => environment).stdout.strip

Chef::Log.debug "RVM version = #{version}"

version
end
end
end
Expand Down

0 comments on commit 5af96c2

Please sign in to comment.