Skip to content

Commit

Permalink
Add configFlag to make charts
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvind Iyengar committed Aug 18, 2021
1 parent 126d08b commit 28de10b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func main() {
Name: "charts",
Usage: "Create a local chart archive of your finalized chart for testing",
Action: generateCharts,
Flags: []cli.Flag{packageFlag},
Flags: []cli.Flag{packageFlag, configFlag},
},
{
Name: "clean",
Expand Down

0 comments on commit 28de10b

Please sign in to comment.