Skip to content

Commit

Permalink
Merge pull request #2 from sudo-bmitch/refers-pointer
Browse files Browse the repository at this point in the history
Refers is a pointer
  • Loading branch information
jdolitsky committed Jul 25, 2022
2 parents 1a83d46 + 387b9d4 commit 9ac0f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs-go/v1/manifest.go
Expand Up @@ -34,5 +34,5 @@ type Manifest struct {
Annotations map[string]string `json:"annotations,omitempty"`

// Refers links a manifest to another existing manifest.
Refers Descriptor `json:"refers,omitempty"`
Refers *Descriptor `json:"refers,omitempty"`
}

0 comments on commit 9ac0f9e

Please sign in to comment.