Skip to content

Commit

Permalink
fix(php-buildpack): fix zend opcache extension support
Browse files Browse the repository at this point in the history
  • Loading branch information
Frzk committed Jul 12, 2024
1 parent 3790fa8 commit f6dcf06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/composer
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ function install_composer_deps() {
fi
fi

is_embedded="$(is_embedded_extension ${ext})"
is_embedded="$( is_embedded_extension "${ext}" )"
rc=$?
[ ${rc} -ne 0 ] && error "error while trying to identify if ${ext} is embedded in runtime."

Expand Down

0 comments on commit f6dcf06

Please sign in to comment.