From 2e7147f40f270270ffb2dd64831d4424d0fdcd83 Mon Sep 17 00:00:00 2001 From: Xyueta <101590573+Xyueta@users.noreply.github.com> Date: Sun, 8 Oct 2023 14:19:15 +0200 Subject: [PATCH] fix: typo --- .../3. Configuration/Start Menu/Install Open-Shell.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/playbook/Executables/AtlasDesktop/3. Configuration/Start Menu/Install Open-Shell.cmd b/src/playbook/Executables/AtlasDesktop/3. Configuration/Start Menu/Install Open-Shell.cmd index 3206abe553..3073dbfabd 100644 --- a/src/playbook/Executables/AtlasDesktop/3. Configuration/Start Menu/Install Open-Shell.cmd +++ b/src/playbook/Executables/AtlasDesktop/3. Configuration/Start Menu/Install Open-Shell.cmd @@ -43,7 +43,7 @@ echo] :: Download and install Open-Shell winget install -e --id Open-Shell.Open-Shell-Menu -h --accept-source-agreements --accept-package-agreements --force > nul if %errorlevel% NEQ 0 ( - echo eror: Open-Shell installation failed. + echo error: Open-Shell installation failed. pause exit /b 1 )