Skip to content

Commit bbfe675

Browse files
authored
Hot fix
1 parent 7527ab1 commit bbfe675

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/auth/VaultKubernetesAuth.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class VaultKubernetesAuth extends VaultBaseAuth {
3737
}).then((res) => {
3838
this._log.debug(
3939
'receive token: %s',
40-
res.auth.client_token,
40+
res.auth.client_token
4141
);
4242

4343
return this._getTokenEntity(res.auth.client_token);

0 commit comments

Comments
 (0)