fix(hirak/prestissimo package): add end of the line

This commit is contained in:
Pavel Savushkin 2021-03-20 02:47:27 +02:00
parent 21dcc046c9
commit e059740296
No known key found for this signature in database
GPG Key ID: BD2EDA3E125300DD
1 changed files with 1 additions and 1 deletions

View File

@ -1032,7 +1032,7 @@ RUN if [ ${INSTALL_PRESTISSIMO} = true ]; then \
if [ $(php -r "echo COMPOSER_VERSION;") = "1" ]; then \
# Install Prestissimo
composer global require "hirak/prestissimo" \
;fi
;fi \
;fi
###########################################################################