Skip to content

Commit

Permalink
correct required
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks committed Nov 21, 2024
1 parent ee856d0 commit 55dae3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ctrlc/root/api/create/release/release.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func NewCreateReleaseCmd() *cobra.Command {
cmd.Flags().StringVarP(&name, "name", "n", "", "Name of the release channel")

cmd.MarkFlagRequired("version")
cmd.MarkFlagRequired("deployment-id")
cmd.MarkFlagRequired("deployment")

return cmd
}

0 comments on commit 55dae3a

Please sign in to comment.