Skip to content

Commit

Permalink
Passed profile name through method call in getAllSecrets.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kincaid Savoie committed Jan 18, 2016
1 parent ca94fa7 commit 420e221
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion credstash.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,8 @@ def getAllSecrets(version="", region=None,
version,
region,
table,
context)
context,
profile_name=profile_name)
except:
pass
return output
Expand Down

0 comments on commit 420e221

Please sign in to comment.