Skip to content

Commit 1e319c8

Browse files
fix: Fixing cookstyle error
linting fix Signed-off-by: mayankgupta57 <mayank.g57@gmail.com>
1 parent eb1d328 commit 1e319c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/kitchen/driver/ec2.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ def wait_until_ready(server, state)
586586
# supplied, try to fetch it from the AWS instance
587587
fetch_windows_admin_password(server, state)
588588
else
589-
output = server.console_output.output || ''
589+
output = server.console_output.output || ""
590590
unless output.nil?
591591
output = Base64.decode64(output)
592592
debug "Console output: --- \n#{output}"

0 commit comments

Comments
 (0)