From 51e308269611ba1d0133f56a8f48618d1324da55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Tue, 16 Apr 2024 23:18:14 +0200 Subject: [PATCH] Fix typo --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 95a778b..6911e56 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -44,7 +44,7 @@ load_vars() { # Big warning here # This function is called by the hook in install/upgrade/remove yunohost operation # We we need to ensure that this function the quickest as possible - # Note that we don't use the yunohost command internationally for optimization + # Note that we don't use the yunohost command intentionally for optimization if ynh_package_is_installed --package=mysql; then readonly mysql_installed=true else