diff --git a/pkg/zeaburpack/ref.go b/pkg/zeaburpack/ref.go index af6f92300..99f7f8801 100644 --- a/pkg/zeaburpack/ref.go +++ b/pkg/zeaburpack/ref.go @@ -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 }