Skip to content

Commit cd874cf

Browse files
author
Kate Osborn
committed
Code review
1 parent cfc5b4f commit cd874cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/gateway/commands.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ func createStaticModeCommand() *cobra.Command {
168168

169169
podNsName, err := getPodNsName()
170170
if err != nil {
171-
return fmt.Errorf("could not get pod nsname: %w", err)
171+
return fmt.Errorf("could not get pod namespaced name: %w", err)
172172
}
173173

174174
imageSource := os.Getenv("BUILD_AGENT")
@@ -541,7 +541,7 @@ func createInitializeCommand() *cobra.Command {
541541

542542
podNsName, err := getPodNsName()
543543
if err != nil {
544-
return fmt.Errorf("could not get pod nsname: %w", err)
544+
return fmt.Errorf("could not get pod namespaced name: %w", err)
545545
}
546546

547547
clusterCfg := ctlr.GetConfigOrDie()

0 commit comments

Comments
 (0)