Skip to content

Commit

Permalink
envsetup: Improve check_docker diagnostic
Browse files Browse the repository at this point in the history
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Nov 27, 2023
1 parent a9fa0e2 commit d586ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion envsetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ fi

check_docker() {
if ! $DOCKER -v >/dev/null 2>&1; then
echo "Error, please install docker or set DOCKER_REPO=none in environment"
echo "Error, $DOCKER not installed, please install supported container technology ( docker or podman ) or set DOCKER_REPO=none in environment"
return 1
fi

Expand Down

0 comments on commit d586ed2

Please sign in to comment.