Skip to content

Commit 0d30dc6

Browse files
imjasonhCopilot
andauthored
Update pkg/name/repository.go
Co-authored-by: Copilot <[email protected]>
1 parent 65a1700 commit 0d30dc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/name/repository.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ func (r Repository) Digest(identifier string) Digest {
121121
return d
122122
}
123123

124-
// MarshalJSON formats the digest into a string for JSON serialization.
124+
// MarshalJSON formats the Repository into a string for JSON serialization.
125125
func (r Repository) MarshalJSON() ([]byte, error) { return json.Marshal(r.String()) }
126126

127127
// UnmarshalJSON parses a JSON string into a Repository.

0 commit comments

Comments
 (0)