Skip to content

Commit

Permalink
rollouts: fixed typo in default namespace for the advance command (#3884
Browse files Browse the repository at this point in the history
)
  • Loading branch information
droot committed Mar 14, 2023
1 parent 833194e commit 879298b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/alpha/rollouts/advance/advance.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func (r *runner) runE(cmd *cobra.Command, args []string) error {
waveName := args[1]

// TODO(droot): plumb the namespace value from commandline flags
ns := "defaut"
ns := "default"
rollout, err := rlc.Get(r.ctx, ns, rolloutName)
if err != nil {
fmt.Printf("%s\n", err)
Expand Down

0 comments on commit 879298b

Please sign in to comment.