some new lines

This commit is contained in:
amartynov 2015-09-21 17:41:40 +03:00
parent 324992a13e
commit 1129079627
2 changed files with 2 additions and 2 deletions

View File

@ -132,7 +132,7 @@ module Devops
cmd << " 2>&1"
@out << "\nWaiting for SSH..."
@out << "Test command: '#{cmd}'\n"
@out << "\nTest command: '#{cmd}'\n"
@out.flush
retries_amount = 0

View File

@ -151,7 +151,7 @@ module Provider
s.public_ip = details["ipAddress"]
s.private_ip = details["privateIpAddress"]
tags = set_server_tags(s)
out << "Server tags: #{tags.inspect}\n"
out << "\nServer tags: #{tags.inspect}\n"
out << "\nDone\n\n"
out << s.info