summaryrefslogtreecommitdiff
path: root/hack/podman-socat
diff options
context:
space:
mode:
Diffstat (limited to 'hack/podman-socat')
-rwxr-xr-xhack/podman-socat2
1 files changed, 1 insertions, 1 deletions
diff --git a/hack/podman-socat b/hack/podman-socat
index 6ee6b89d8..28fbb6864 100755
--- a/hack/podman-socat
+++ b/hack/podman-socat
@@ -95,7 +95,7 @@ EOT
PODMAN_ARGS="--storage-driver=vfs \
--root=${TMPDIR}/crio \
--runroot=${TMPDIR}/crio-run \
- --cni-config-dir=$CNI_CONFIG_PATH \
+ --network-config-dir=$CNI_CONFIG_PATH \
--cgroup-manager=systemd \
"
if [[ -n $VERBOSE ]]; then