File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
internal/cmd/beta/network Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ func NewCmd(p *print.Printer) *cobra.Command {
6363 }
6464
6565 if ! model .AssumeYes {
66- prompt := fmt .Sprintf ("Are you sure you want to delete network %q?" , networkLabel )
66+ prompt := fmt .Sprintf ("Are you sure you want to delete network %q?" , networkLabel )
6767 err = p .PromptForConfirmation (prompt )
6868 if err != nil {
6969 return err
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ func NewCmd(p *print.Printer) *cobra.Command {
7575 p .Debug (print .ErrorLevel , "get project name: %v" , err )
7676 projectLabel = model .ProjectId
7777 }
78- p .Info ("No networks found for organization %q\n " , projectLabel )
78+ p .Info ("No networks found for project %q\n " , projectLabel )
7979 return nil
8080 }
8181
You can’t perform that action at this time.
0 commit comments