Skip to content
This repository has been archived by the owner on Aug 29, 2018. It is now read-only.

Commit

Permalink
Merge pull request #665 from codificat/bz1170105-windows-snapshot-dep…
Browse files Browse the repository at this point in the history
…loyment

Merged by openshift-bot
  • Loading branch information
OpenShift Bot committed Dec 3, 2014
2 parents 3af453d + c53cd8e commit ca8ca4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rhc/ssh_helpers.rb
Expand Up @@ -268,7 +268,7 @@ def save_snapshot(app, filename, for_deployment=false, ssh_executable=nil)
else
Net::SSH.start(ssh_uri.host, ssh_uri.user) do |ssh|
File.open(filename, 'wb') do |file|
ssh.exec! "snapshot" do |channel, stream, data|
ssh.exec! snapshot_cmd do |channel, stream, data|
if stream == :stdout
file.write(data)
else
Expand Down

0 comments on commit ca8ca4d

Please sign in to comment.