Skip to content

Commit 9ae1903

Browse files
authored
Merge pull request #9269 from openshift-cherrypick-robot/cherry-pick-9262-to-enterprise-3.4
[enterprise-3.4] Fixed an ifndef error
2 parents 4b0a84b + 8aedf34 commit 9ae1903

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
@@ -118,7 +118,7 @@ integrated registry, use `--reference-policy=local`. The registry uses the
118118
ifdef::openshift-origin,openshift-enterprise[]
119119
xref:../install_config/registry/extended_registry_configuration.adoc#middleware-repository-pullthrough[pull-through feature]
120120
endif::[]
121-
ifndef::openshift-origin+openshift-enterprise[]
121+
ifndef::openshift-origin,openshift-enterprise[]
122122
pull-through feature
123123
endif::[]
124124
to serve the image to the client. By default, the image blobs are

0 commit comments

Comments
 (0)