Skip to content

Commit

Permalink
Nitpick spelling
Browse files Browse the repository at this point in the history
TK is great. Thanks a lot.
  • Loading branch information
Stephan Renatus committed Feb 19, 2014
1 parent a04a864 commit 0e3dd46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kitchen/driver/ssh_base.rb
Expand Up @@ -115,7 +115,7 @@ def run_remote(command, connection)
def transfer_path(locals, remote, connection) def transfer_path(locals, remote, connection)
return if locals.nil? || Array(locals).empty? return if locals.nil? || Array(locals).empty?


info("Transfering files to #{instance.to_str}") info("Transferring files to #{instance.to_str}")
locals.each { |local| connection.upload_path!(local, remote) } locals.each { |local| connection.upload_path!(local, remote) }
debug("Transfer complete") debug("Transfer complete")
rescue SSHFailed, Net::SSH::Exception => ex rescue SSHFailed, Net::SSH::Exception => ex
Expand Down

0 comments on commit 0e3dd46

Please sign in to comment.