Skip to content

Commit

Permalink
fix: fix per pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdeme committed Apr 14, 2022
1 parent 109e1d2 commit c4e9b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/chat/push/push.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func updateCmd() *cobra.Command {

fl := cmd.Flags()
fl.StringP("properties", "p", "", "[required] Raw json properties to send to the backend")
cmd.MarkFlagRequired("properties")
_ = cmd.MarkFlagRequired("properties")

return cmd
}
Expand Down

0 comments on commit c4e9b82

Please sign in to comment.