Skip to content

Commit 97ae21d

Browse files
authored
Merge pull request openshift#9262 from mburke5678/ifndef-error
Fixed an ifndef error
2 parents cd5beaf + 6fb0ed3 commit 97ae21d

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)