We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fce9c06 commit 8701c9bCopy full SHA for 8701c9b
2 files changed
internal/cmd/beta/network/delete/delete.go
@@ -63,7 +63,7 @@ func NewCmd(p *print.Printer) *cobra.Command {
63
}
64
65
if !model.AssumeYes {
66
- prompt := fmt.Sprintf("Are you sure you want to delete network %q?", networkLabel)
+ prompt := fmt.Sprintf("Are you sure you want to delete network %q?", networkLabel)
67
err = p.PromptForConfirmation(prompt)
68
if err != nil {
69
return err
internal/cmd/beta/network/list/list.go
@@ -75,7 +75,7 @@ func NewCmd(p *print.Printer) *cobra.Command {
75
p.Debug(print.ErrorLevel, "get project name: %v", err)
76
projectLabel = model.ProjectId
77
78
- p.Info("No networks found for organization %q\n", projectLabel)
+ p.Info("No networks found for project %q\n", projectLabel)
79
return nil
80
81
0 commit comments