Skip to content
Snippets Groups Projects
Commit 71f6c018 authored by SataQiu's avatar SataQiu Committed by k8s-ci-robot
Browse files

fix typo: remove repeated words(is) (#3419)

parent 0401f4af
No related branches found
No related tags found
No related merge requests found
...@@ -226,9 +226,9 @@ registries = [ ...@@ -226,9 +226,9 @@ registries = [
# management of CNI plugins. # management of CNI plugins.
[crio.network] [crio.network]
# network_dir is is where CNI network configuration # network_dir is where CNI network configuration
# files are stored. # files are stored.
network_dir = "/etc/cni/net.d/" network_dir = "/etc/cni/net.d/"
# plugin_dir is is where CNI plugin binaries are stored. # plugin_dir is where CNI plugin binaries are stored.
plugin_dir = "/opt/cni/bin/" plugin_dir = "/opt/cni/bin/"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment