Skip to content

Commit

Permalink
Fix typo in json translation
Browse files Browse the repository at this point in the history
  • Loading branch information
liamfallon committed Mar 21, 2024
1 parent 076ab80 commit 1ce2121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/porch/v1alpha1/types_packagerevisionresources.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ type PorchPkgRevisionResourcesList struct {
// PorchPkgRevisionResourcesSpec represents resources (as ResourceList serialized as yaml string) of the PorchPkgRevision.
type PorchPkgRevisionResourcesSpec struct {
// PorchPkgName identifies the PorchPkg in the repository.
PorchPkgName string `json:"PorchPkgName,omitempty"`
PorchPkgName string `json:"packageName,omitempty"`

// WorkspaceName identifies the workspace of the PorchPkg.
WorkspaceName WorkspaceName `json:"workspaceName,omitempty"`
Expand Down

0 comments on commit 1ce2121

Please sign in to comment.