Skip to content

Commit

Permalink
Use equal sign for BC
Browse files Browse the repository at this point in the history
  • Loading branch information
TamasSzigeti committed Oct 8, 2023
1 parent 79c2700 commit d68c9ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/composer_paths.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit d68c9ba

Please sign in to comment.