Skip to content

Commit 9ac0f9e

Browse files
authored
Merge pull request #2 from sudo-bmitch/refers-pointer
Refers is a pointer
2 parents 1a83d46 + 387b9d4 commit 9ac0f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs-go/v1/manifest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ type Manifest struct {
3434
Annotations map[string]string `json:"annotations,omitempty"`
3535

3636
// Refers links a manifest to another existing manifest.
37-
Refers Descriptor `json:"refers,omitempty"`
37+
Refers *Descriptor `json:"refers,omitempty"`
3838
}

0 commit comments

Comments
 (0)