fix(cli): StoragePolicyId indent on list scopes (#4279)

pull/3458/merge
dani 2 years ago committed by GitHub
parent 133e928c6d
commit 6a55245394
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -160,7 +160,7 @@ func (c *Command) printListTable(items []*scopes.Scope) string {
}
if item.StoragePolicyId != "" {
output = append(output,
fmt.Sprintf(" StoragePolicyId: %s", item.StoragePolicyId),
fmt.Sprintf(" StoragePolicyId: %s", item.StoragePolicyId),
)
}
if len(item.AuthorizedActions) > 0 {

Loading…
Cancel
Save