1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpmyadmin_ynh.git synced 2024-09-03 19:56:46 +02:00

Update _common.sh

This commit is contained in:
frju365 2017-12-28 16:11:55 +01:00 committed by GitHub
parent 8e97681a0e
commit 1c6338147d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,5 +28,5 @@ init_composer() {
# update dependencies to create composer.lock
exec_composer "$destdir" install --no-dev \
|| ynh_die "Unable to update Roundcube core dependencies"
|| ynh_die "Unable to update PhpMyAdmin core dependencies"
}