From 71f6c018ceb5c7a67a734c6a066737a30d73b6ec Mon Sep 17 00:00:00 2001 From: SataQiu <1527062125@qq.com> Date: Sun, 30 Sep 2018 12:04:43 +0800 Subject: [PATCH] fix typo: remove repeated words(is) (#3419) --- roles/cri-o/templates/crio.conf.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/cri-o/templates/crio.conf.j2 b/roles/cri-o/templates/crio.conf.j2 index b20a50c70..ff716f85f 100644 --- a/roles/cri-o/templates/crio.conf.j2 +++ b/roles/cri-o/templates/crio.conf.j2 @@ -226,9 +226,9 @@ registries = [ # management of CNI plugins. [crio.network] -# network_dir is is where CNI network configuration +# network_dir is where CNI network configuration # files are stored. 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/"