Skip to content

Commit

Permalink
fix(lib): Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pan93412 committed Sep 25, 2023
1 parent 51e6f3f commit 917c5f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/zeaburpack/ref.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func newReferenceConstructor(proxyRegistry *string) referenceConstructor {
func (rc *referenceConstructor) Construct(rawRefString string) string {
proxyRegistryPtr := rc.proxyRegistry

// If the proxy registry is not digestSet, we don't need to do anything.
// If the proxy registry is not set, we don't need to do anything.
if proxyRegistryPtr == nil || len(*proxyRegistryPtr) == 0 {
return rawRefString
}
Expand Down

0 comments on commit 917c5f1

Please sign in to comment.