Skip to content

Commit

Permalink
Refers is a pointer
Browse files Browse the repository at this point in the history
Signed-off-by: Brandon Mitchell <git@bmitch.net>
  • Loading branch information
sudo-bmitch committed May 31, 2022
1 parent 1a83d46 commit 387b9d4
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 387b9d4

Please sign in to comment.