Skip to content

Commit

Permalink
fix: remove render command from tracking due to corrupted output data
Browse files Browse the repository at this point in the history
  • Loading branch information
renzodavid9 committed Aug 14, 2023
1 parent 6259509 commit 3d642c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/skaffold/app/cmd/render.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ func NewCmdRender() *cobra.Command {
// This "--output" flag replaces the --render-output flag, which is deprecated.
{Value: &opts.RenderOutput, Name: "output", Shorthand: "o", DefValue: "", Usage: "File to write rendered manifests to"},
}).
WithHouseKeepingMessages().
NoArgs(doRender)
}

Expand Down

0 comments on commit 3d642c5

Please sign in to comment.