1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 15:59:41 +02:00
This commit is contained in:
Matt Hook 2022-06-03 14:21:55 +12:00
parent e8a8b71daa
commit 4195d93a16

View file

@ -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