From aee17d7b8308d07328ce41c52a016963fdaf63a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Iwanicki?= Date: Tue, 7 Jan 2025 10:19:02 +0100 Subject: [PATCH] dasharo-deploy: fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MichaƂ Iwanicki --- scripts/dasharo-deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dasharo-deploy b/scripts/dasharo-deploy index 3c5def5..d6db089 100644 --- a/scripts/dasharo-deploy +++ b/scripts/dasharo-deploy @@ -980,7 +980,7 @@ update_workflow() { prepare_env update print_ok "Current Dasharo version: $DASHARO_VERSION" - print_ok "Latest available Dasharo version for your subscribtion: $UPDATE_VERSION" + print_ok "Latest available Dasharo version for your subscription: $UPDATE_VERSION" # TODO: Why do we separate Heads firmware-related code from other code? A