mirror of
https://github.com/YunoHost-Apps/cachet_ynh.git
synced 2024-09-03 18:16:03 +02:00
Fix typo in error message
This commit is contained in:
parent
7bede49d0a
commit
dbbe767069
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ init_composer() {
|
||||||
|
|
||||||
# update dependencies to create composer.lock
|
# update dependencies to create composer.lock
|
||||||
exec_composer "$destdir" install --no-dev \
|
exec_composer "$destdir" install --no-dev \
|
||||||
|| ynh_die "Unable to update Roundcube core dependencies"
|
|| ynh_die "Unable to update Cachet core dependencies"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Execute a command with occ
|
# Execute a command with occ
|
||||||
|
|
Loading…
Add table
Reference in a new issue