From 4195d93a16c129075af56b0afd20e6a22b2d85d7 Mon Sep 17 00:00:00 2001 From: Matt Hook Date: Fri, 3 Jun 2022 14:21:55 +1200 Subject: [PATCH] fix typo --- gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gruntfile.js b/gruntfile.js index fce287064..2b14f19d5 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -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