Skip to content

Commit

Permalink
Merge pull request openshift#498 from fabianofranz/stage
Browse files Browse the repository at this point in the history
Merged by openshift-bot
  • Loading branch information
OpenShift Bot committed Nov 1, 2013
2 parents 61b2213 + dc85986 commit a1ba519
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/rhc/ssh_helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ def ssh_send_file_ruby(host, username, command, filename)
#
def ssh_send_url_ruby(host, username, command, content_url)
content_url = URI.parse(URI.encode(content_url.to_s))
proxy = ENV['http_proxy'] ? URI.parse(ENV['http_proxy']) : OpenStruct.new
ssh_ruby(host, username, command) do |channel|
HTTPClient.new.get_content(content_url) do |chunk|
channel.send_data chunk
Expand Down

0 comments on commit a1ba519

Please sign in to comment.