tests/sanity/sanity.sh: shellcheck: Fix command for use_docker
use_docker was determined using `which docker`, shellcheck wants to have `docker -v` instead.
Loading
Please sign in to comment
use_docker was determined using `which docker`, shellcheck wants to have `docker -v` instead.