diff options
Diffstat (limited to 'hack')
-rwxr-xr-x | hack/podman-socat | 2 |
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 |