Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcpell committed Feb 7, 2017
1 parent 561e505 commit 07787a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/kitchen/driver/aws/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ def self.get_credentials(profile_name, access_key_id, secret_access_key, session
ENV["AWS_SESSION_TOKEN"]
)
elsif profile_name
# require 'pry'; binding.pry
source_creds = ::Aws::SharedCredentials.new(:profile_name => profile_name)
else
source_creds = ::Aws::InstanceProfileCredentials.new(:retries => 1)
Expand Down

0 comments on commit 07787a9

Please sign in to comment.