Skip to content

Commit

Permalink
fix: logger context for 1password
Browse files Browse the repository at this point in the history
  • Loading branch information
vanlooverenkoen committed Mar 14, 2024
1 parent 8587886 commit 4e163f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.13.8

## Fix

- Logger context for onepassword

# 0.13.7

## Fix
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class OnePasswordPlugin extends ImpaktfullCliPlugin {
],
],
log:
'Downloading file from 1Password ${logContext == null ? null : '($logContext)'}',
'Downloading file from 1Password ${logContext == null ? '' : '($logContext)'}',
rawServiceAccount: rawServiceAccount,
);
return exportFile;
Expand Down

0 comments on commit 4e163f4

Please sign in to comment.