Skip to content

Commit fadd859

Browse files
committed
removed unnecessary check in public ip
1 parent e39202e commit fadd859

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

internal/cmd/public-ip/list/list.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ func NewCmd(params *types.CmdParams) *cobra.Command {
8383
if err != nil {
8484
params.Printer.Debug(print.ErrorLevel, "get project name: %v", err)
8585
projectLabel = model.ProjectId
86-
} else if projectLabel == "" {
87-
projectLabel = model.ProjectId
8886
}
8987

9088
// Truncate output

0 commit comments

Comments
 (0)