Skip to content

Commit

Permalink
fix up wording on log message
Browse files Browse the repository at this point in the history
  • Loading branch information
valya committed Dec 7, 2023
1 parent 4ec60ec commit 0fe8975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/credentials/credentials.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ credentialsController.patch(

if (sharing.role.name !== 'owner' && !(await req.user.hasGlobalScope('credential:update'))) {
Container.get(Logger).info(
'Attempt to delete credential blocked due to lack of permissions',
'Attempt to update credential blocked due to lack of permissions',
{
credentialId,
userId: req.user.id,
Expand Down

0 comments on commit 0fe8975

Please sign in to comment.