diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-09-29 08:38:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-29 08:38:10 -0400 |
commit | 9920ea81d7f036432553921b708cf8c49ac6ea62 (patch) | |
tree | 448eced972145175add6ddc320f5303e3b16cf81 /roles/docker/templates/registries.conf | |
parent | 615e5421137fd786a70b7f7962fe3c6ce6a19cf7 (diff) | |
parent | 892f6fa790daa4ccd5c7aeb3e6bedeeb197e7f93 (diff) | |
download | openshift-9920ea81d7f036432553921b708cf8c49ac6ea62.tar.gz openshift-9920ea81d7f036432553921b708cf8c49ac6ea62.tar.bz2 openshift-9920ea81d7f036432553921b708cf8c49ac6ea62.tar.xz openshift-9920ea81d7f036432553921b708cf8c49ac6ea62.zip |
Merge pull request #5588 from IshentRas/fix-typo
Fix typo in files (Docker registries)
Diffstat (limited to 'roles/docker/templates/registries.conf')
-rw-r--r-- | roles/docker/templates/registries.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/docker/templates/registries.conf b/roles/docker/templates/registries.conf index c55dbd84f..d379b2be0 100644 --- a/roles/docker/templates/registries.conf +++ b/roles/docker/templates/registries.conf @@ -6,7 +6,7 @@ # The default location for this configuration file is /etc/containers/registries.conf. -# The only valid categories are: 'registries', 'insecure_registies', +# The only valid categories are: 'registries', 'insecure_registries', # and 'block_registries'. |