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.
else if
1 parent 279066d commit 88dc52bCopy full SHA for 88dc52b
internal/cmd/beta/quota/list/list.go
@@ -52,8 +52,7 @@ func NewCmd(p *print.Printer) *cobra.Command {
52
if err != nil {
53
p.Debug(print.ErrorLevel, "get project name: %v", err)
54
projectLabel = model.ProjectId
55
- }
56
- if projectLabel == "" {
+ } else if projectLabel == "" {
57
58
}
59
0 commit comments