Skip to content

Commit

Permalink
#15 Missing --yaml option
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoraboeuf committed Oct 9, 2023
1 parent 80f0adc commit 81e4709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/promotionLevelAuto.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,5 +143,5 @@ promotions:

func init() {
promotionLevelCmd.AddCommand(promotionLevelAutoCmd)
promotionLevelSetupCmd.Flags().StringP("yaml", "y", ".ontrack/promotions.yaml", "Path to the YAML file")
promotionLevelAutoCmd.Flags().StringP("yaml", "y", ".ontrack/promotions.yaml", "Path to the YAML file")
}

0 comments on commit 81e4709

Please sign in to comment.