Skip to content

Commit 68c108c

Browse files
committed
(fix): changed print statement to not contain abbreviation
1 parent 3e80ea6 commit 68c108c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • internal/cmd/network-area/network-range/list

internal/cmd/network-area/network-range/list/list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ func buildRequest(ctx context.Context, model *inputModel, apiClient *iaas.APICli
132132
func outputResult(p *print.Printer, outputFormat, networkAreaLabel string, networkRanges []iaas.NetworkRange) error {
133133
return p.OutputResult(outputFormat, networkRanges, func() error {
134134
if len(networkRanges) == 0 {
135-
p.Outputf("No network ranges found for SNA %q\n", networkAreaLabel)
135+
p.Outputf("No network ranges found for STACKIT network area %q\n", networkAreaLabel)
136136
return nil
137137
}
138138
table := tables.NewTable()

0 commit comments

Comments
 (0)