Skip to content

Commit

Permalink
fix: missed double quote
Browse files Browse the repository at this point in the history
  • Loading branch information
WoozyMasta committed Mar 26, 2024
1 parent 488ef92 commit 6b6e3cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

command -v docker &>/dev/null && cri=docker
command -v podman &>/dev/null && cri=podman
[ -z $cri ] && { >&2 echo 'Need Container Runtime for run tests'; exit 1; }
[ -z "$cri" ] && { >&2 echo 'Need Container Runtime for run tests'; exit 1; }

images=(
docker.io/debian:bookworm
Expand Down

0 comments on commit 6b6e3cb

Please sign in to comment.