Skip to content

Commit 56dfa5f

Browse files
committed
, n
1 parent 739ecc6 commit 56dfa5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command/acl_token_self.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ func (c *ACLTokenSelfCommand) Run(args []string) int {
7676
c.Ui.Info("No ACL token found but there are ACL policies attached to this workload identity. You can query them with acl policy self command.")
7777
return 0
7878
}
79-
c.Ui.Error("No ACL tokens or ACL policies attached to a workload identity found.")
79+
c.Ui.Error("No ACL tokens, nor ACL policies attached to a workload identity found.")
8080
return 1
8181
}
8282

0 commit comments

Comments
 (0)