From f5c192c4faf8616af4ad46b9bdbb935589303894 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Tue, 28 Jul 2026 08:21:30 +0200 Subject: bootstrap: Abschlussmeldungen benennen das jeweilige Skript --- bootstrap-win/git.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bootstrap-win/git.ps1') diff --git a/bootstrap-win/git.ps1 b/bootstrap-win/git.ps1 index 41a3112..6accba4 100644 --- a/bootstrap-win/git.ps1 +++ b/bootstrap-win/git.ps1 @@ -63,9 +63,9 @@ function Main { Write-Host "" if ($script:Failures.Count -eq 0) { - Write-Host "Bootstrap abgeschlossen." -ForegroundColor Green + Write-Host "Git-Bootstrap abgeschlossen." -ForegroundColor Green } else { - Write-Host "Bootstrap abgeschlossen, mit $($script:Failures.Count) Warnung(en):" -ForegroundColor Yellow + Write-Host "Git-Bootstrap abgeschlossen, mit $($script:Failures.Count) Warnung(en):" -ForegroundColor Yellow foreach ($f in $script:Failures) { Write-Host " - $f" -ForegroundColor Yellow } -- cgit v1.3