diff --git a/cmd/promotionLevelAuto.go b/cmd/promotionLevelAuto.go index a48f850..e1d2fc3 100644 --- a/cmd/promotionLevelAuto.go +++ b/cmd/promotionLevelAuto.go @@ -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") }