We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 739ecc6 commit 56dfa5fCopy full SHA for 56dfa5f
command/acl_token_self.go
@@ -76,7 +76,7 @@ func (c *ACLTokenSelfCommand) Run(args []string) int {
76
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.")
77
return 0
78
}
79
- c.Ui.Error("No ACL tokens or ACL policies attached to a workload identity found.")
+ c.Ui.Error("No ACL tokens, nor ACL policies attached to a workload identity found.")
80
return 1
81
82
0 commit comments