Skip to content

Commit

Permalink
undo debugging step
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-heilbron committed Jun 17, 2024
1 parent 1e35416 commit e4da328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/test/helm_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ type renderTestCase struct {
var renderers = []renderTestCase{
{"Helm 3", helm3Renderer{
chartDir: chartDir,
manifestOutputDir: debugOutputDir, // set to the value of the const debugOutputDir when debugging locally
manifestOutputDir: "", // set to the value of the const debugOutputDir when debugging locally
}},
}

Expand Down

0 comments on commit e4da328

Please sign in to comment.