pull/16485/head
cskh 2 years ago
parent 77011a075e
commit 8efa879d7d

@ -0,0 +1,3 @@
```release-note:bug
cli: fix panic read non-existent acl policy
```

@ -93,7 +93,7 @@ func (c *cmd) Run(args []string) int {
}
if pol == nil {
c.UI.Error(fmt.Sprintf("Error not found policy %s", c.policyName))
c.UI.Error(fmt.Sprintf("Error policy not found: %s", c.policyName))
return 1
}

Loading…
Cancel
Save