Skip to content

Commit f86a29c

Browse files
authored
Merge pull request #9265 from openshift-cherrypick-robot/cherry-pick-9262-to-enterprise-3.7
[enterprise-3.7] Fixed an ifndef error
2 parents 9bec8a6 + e733501 commit f86a29c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev_guide/managing_images.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ integrated registry, use `--reference-policy=local`. The registry uses the
130130
ifdef::openshift-origin,openshift-enterprise[]
131131
xref:../install_config/registry/extended_registry_configuration.adoc#middleware-repository-pullthrough[pull-through feature]
132132
endif::[]
133-
ifndef::openshift-origin+openshift-enterprise[]
133+
ifndef::openshift-origin,openshift-enterprise[]
134134
pull-through feature
135135
endif::[]
136136
to serve the image to the client. By default, the image blobs are

0 commit comments

Comments
 (0)