Skip to content

Commit

Permalink
Fix bug with render-template
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-muir committed Feb 21, 2017
1 parent dc7ea77 commit b651e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion credsmash/templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ def cmd_render_template(
secrets = DictProxy(local_secrets, key_fmt)
else:
secrets = CredsmashProxy(
ctx.obj.storage_service,
ctx.obj.key_service,
ctx.obj.storage_service,
key_fmt,
)

Expand Down

0 comments on commit b651e01

Please sign in to comment.