mirror of
https://github.com/portainer/portainer.git
synced 2025-07-28 01:39:39 +02:00
fix typo
This commit is contained in:
parent
e8a8b71daa
commit
4195d93a16
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ function shell_download_docker_compose_binary(platform, arch) {
|
||||||
|
|
||||||
return `
|
return `
|
||||||
if [ -f dist/docker-compose.plugin ] || [ -f dist/docker-compose.plugin.exe ]; then
|
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
|
else
|
||||||
build/download_docker_compose_binary.sh ${platform} ${arch} ${binaryVersion};
|
build/download_docker_compose_binary.sh ${platform} ${arch} ${binaryVersion};
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue