From 24734fb12d34b2b331876e697f44ebe4ad25e0af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20Verdaguer=20Vel=C3=A1zquez?= Date: Fri, 3 Feb 2023 12:44:33 +0100 Subject: [PATCH] Fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miguel Verdaguer Velázquez --- .github/actions/test-install-enable/install_and_enable.sh | 2 +- unattended_installer/common_functions/common.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/test-install-enable/install_and_enable.sh b/.github/actions/test-install-enable/install_and_enable.sh index ed82e33ada..b201222253 100644 --- a/.github/actions/test-install-enable/install_and_enable.sh +++ b/.github/actions/test-install-enable/install_and_enable.sh @@ -14,7 +14,7 @@ elif [ -n "$(command -v apt-get)" ]; then apt-get update apt-get install -y systemd else - common_logger -e "Couldn'd find type of system" + common_logger -e "Couldn't find type of system" exit 1 fi diff --git a/unattended_installer/common_functions/common.sh b/unattended_installer/common_functions/common.sh index b38315b781..51e76dbe63 100644 --- a/unattended_installer/common_functions/common.sh +++ b/unattended_installer/common_functions/common.sh @@ -118,7 +118,7 @@ function common_checkSystem() { sys_type="apt-get" sep="=" else - common_logger -e "Couldn'd find type of system" + common_logger -e "Couldn't find type of system" exit 1 fi