From d68c9ba9d09e39fd398a0c72be5917fa59f895fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20Szigeti?= Date: Sun, 8 Oct 2023 16:48:28 +0200 Subject: [PATCH] Use equal sign for BC --- bin/composer_paths.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/composer_paths.sh b/bin/composer_paths.sh index 3f345e0..decf725 100755 --- a/bin/composer_paths.sh +++ b/bin/composer_paths.sh @@ -46,7 +46,7 @@ if [ ! -f "${composer_lock}" ]; then fi composer_version="$($composer_path --version)" -cache_dir="$($composer_path --working-dir "${working_directory}" config cache-dir)" +cache_dir="$($composer_path --working-dir="${working_directory}" config cache-dir)" echo "::debug::Composer path is '${composer_path}'" echo "::debug::${composer_version}"