We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90dee7f commit a31e39fCopy full SHA for a31e39f
internal/cmd/network/list/list.go
@@ -83,8 +83,6 @@ func NewCmd(params *types.CmdParams) *cobra.Command {
83
if err != nil {
84
params.Printer.Debug(print.ErrorLevel, "get project name: %v", err)
85
projectLabel = model.ProjectId
86
- } else if projectLabel == "" {
87
- projectLabel = model.ProjectId
88
}
89
90
// Truncate output
0 commit comments