(rubocop) Fix Style/StringLiteralsInInterpolation

This commit is contained in:
Tim Sharpe 2019-02-03 11:17:55 +11:00
parent 12c1795046
commit 5ad213075b
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ class Ssh
user = 'root'
end
hostname = "#{response[host_os]["hostname"]}.#{response["domain"]}"
hostname = "#{response[host_os]['hostname']}.#{response['domain']}"
cmd = "#{ssh_path} #{user}@#{hostname}"
# TODO: Should this respect more ssh settings? Can it be configured