pull/6973/head^2
Matt Hook 3 years ago
parent e8a8b71daa
commit 4195d93a16

@ -199,7 +199,7 @@ function shell_download_docker_compose_binary(platform, arch) {
return `
if [ -f dist/docker-compose.plugin ] || [ -f dist/docker-compose.plugin.exe ]; then
echo "docker compose binary binary exists";
echo "docker compose binary exists";
else
build/download_docker_compose_binary.sh ${platform} ${arch} ${binaryVersion};
fi

Loading…
Cancel
Save