Skip to content

Commit

Permalink
cdep: fix update-default missing commit flag (#785)
Browse files Browse the repository at this point in the history
  • Loading branch information
julesjcraske authored Oct 14, 2024
1 parent 677dc80 commit b349696
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/cdep/commands/update_default.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ func init() {
UpdateDefaultCmd.Flags().BoolP("dry-run", "", false, "Dry run only?")
UpdateDefaultCmd.Flags().StringSliceP("overrule-checks", "", []string{}, "Overrule checks the tool does")
UpdateDefaultCmd.Flags().StringP("message", "m", "", "More details about the deployment")
UpdateDefaultCmd.Flags().StringP("commit", "c", "", "Commit hash to use")

UpdateDefaultCmd.Flags().MarkHidden("overrule-checks")

Expand Down

0 comments on commit b349696

Please sign in to comment.