From dedfa6a6ad36aed16c344560757fa9d1d06ac9f0 Mon Sep 17 00:00:00 2001 From: Cervac Petru Date: Sat, 30 Nov 2024 19:08:40 +0200 Subject: [PATCH] Fix typo in test.sh --- docs/features/test.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/test.md b/docs/features/test.md index 2770909ce..130ef0b77 100644 --- a/docs/features/test.md +++ b/docs/features/test.md @@ -238,7 +238,7 @@ if [ -z "${VERSION__DEFAULT}" ]; then fi if [ -z "${INSTALLUSINGAPT__DEFAULT}" ]; then - echo "oolean to install using apt from default Feature not set!" + echo "Boolean to install using apt from default Feature not set!" exit 1 fi