Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
gjulianm committed Dec 11, 2024
1 parent 5c23e94 commit 4d2faf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/new-e2e/system-probe/test/micro-vm-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ systemctl start docker
## Load docker images
if [[ -d "${docker_dir}" ]]; then
find "${docker_dir}" -type f
find "${docker_dir}/src" -name "*.tar*" -type f -exec /bin/bash -c "echo loading image {} && docker load -i {}" \;
find "${docker_dir}" -name "*.tar*" -type f -exec /bin/bash -c "echo loading image {} && docker load -i {}" \;
fi

docker images
Expand Down

0 comments on commit 4d2faf2

Please sign in to comment.