Skip to content

Commit

Permalink
Update lib/IAMClient.js
Browse files Browse the repository at this point in the history
Co-authored-by: William <[email protected]>
  • Loading branch information
benzekrimaha and williamlardier authored May 2, 2024
1 parent 8add00d commit 674c323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/IAMClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ class VaultClient {

if (accountName) {
assert(!this.parameterValidation || typeof accountName === 'string',
'the account name, if set, should be a string');
'the account name, if set, should be a string');
data.AccountName = accountName;
}
this.request('POST', '/', true, callback, data);
Expand Down

0 comments on commit 674c323

Please sign in to comment.