Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
thheinen committed Jul 14, 2024
1 parent 4192eb3 commit d670043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kitchen/transport/train.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def credentials_file
# See https://github.com/test-kitchen/kitchen-ec2/pull/273
config[:user] = config[:username] = @connection.transport_options[:train_user] || @connection.transport_options[:user]

require 'toml-rb' unless defined?(TomlRB)
require "toml-rb" unless defined?(TomlRB)

"['#{instance_name}']\n" + TomlRB.dump(config)
end
Expand Down

0 comments on commit d670043

Please sign in to comment.