Skip to content

Commit 03b9ef3

Browse files
committed
Cover comment
1 parent a892b00 commit 03b9ef3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

e2e-tests/functions

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1389,11 +1389,11 @@ deploy_chaos_mesh() {
13891389
container_runtime="containerd"
13901390
socket_path="/run/containerd/containerd.sock"
13911391
elif [[ $current_runtime == 'docker' ]]; then
1392-
container_runtime=docker
1393-
socket_path=/var/run/docker.sock
1392+
container_runtime="docker"
1393+
socket_path="/var/run/docker.sock"
13941394
elif [[ $current_runtime == 'cri-o' ]]; then
1395-
container_runtime=crio
1396-
socket_path=/var/run/crio/crio.sock
1395+
container_runtime="crio"
1396+
socket_path="/var/run/crio/crio.sock"
13971397
else
13981398
echo "Unknown runtime: $current_runtime"
13991399
exit 1

0 commit comments

Comments
 (0)