From dbbe767069000a1722046f09461ec5c3f84f18a5 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 21 Jul 2019 16:10:59 +0200 Subject: [PATCH] Fix typo in error message --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 63f2cc1..f3f8f94 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -36,7 +36,7 @@ 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 Cachet core dependencies" } # Execute a command with occ