diff --git a/internal/cmd/commands/scopescmd/funcs.go b/internal/cmd/commands/scopescmd/funcs.go index 2f65fc3a73..b33652e5cb 100644 --- a/internal/cmd/commands/scopescmd/funcs.go +++ b/internal/cmd/commands/scopescmd/funcs.go @@ -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 {