Skip to content

Commit

Permalink
fix: bug with omitemtpy->omitempty
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <[email protected]>
  • Loading branch information
vsoch committed Apr 6, 2024
1 parent c27c495 commit 886aab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/jobspec/experimental/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type Script struct {

type Count struct {
PerSlot int32 `json:"per_slot,omitempty" yaml:"per_slot,omitempty"`
Total int32 `json:"total,omitempty" yaml:"total,omitemtpy"`
Total int32 `json:"total,omitempty" yaml:"total,omitempty"`
}

type Resource struct {
Expand Down

0 comments on commit 886aab9

Please sign in to comment.