From 9ea0e3c7a311d34b04d21c63e3600c58a90a98cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Hohwiller?= Date: Tue, 1 Oct 2024 12:37:27 +0200 Subject: [PATCH] Update setup.bat --- cli/src/main/package/setup.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/src/main/package/setup.bat b/cli/src/main/package/setup.bat index 29610f68c..377ebc681 100644 --- a/cli/src/main/package/setup.bat +++ b/cli/src/main/package/setup.bat @@ -62,7 +62,7 @@ if exist "%BASH_HOME%\bin\bash.exe" ( echo: echo %_fBYellow%*** ATTENTION ***%_RESET% echo %_fBRed%ERROR: Could not find bash. It seems git for windows is not installed on your machine%_RESET% -echo %_fBRed%Please download and install git for windows from the following URL and after that rerun devonfw-ide setup:%_RESET% +echo %_fBRed%Please download and install git for windows from the following URL and after that rerun IDEasy setup:%_RESET% echo %_fBRed%https://git-scm.com/download/win%_RESET% exit /b 5