summaryrefslogtreecommitdiff
path: root/lib/hyperstack/ssh_runner.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/hyperstack/ssh_runner.rb')
-rw-r--r--lib/hyperstack/ssh_runner.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/hyperstack/ssh_runner.rb b/lib/hyperstack/ssh_runner.rb
index e4440b6..1384109 100644
--- a/lib/hyperstack/ssh_runner.rb
+++ b/lib/hyperstack/ssh_runner.rb
@@ -25,6 +25,7 @@ module HyperstackVM
combined << line
@out.print(line)
end
+ @out.flush
return [combined, wait_thr.value]
end
end