diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-07-28 08:21:30 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-07-28 08:21:30 +0200 |
| commit | f5c192c4faf8616af4ad46b9bdbb935589303894 (patch) | |
| tree | 9947ea111a1f8461c7130621860dc2ce488b3360 /bootstrap-win/git.ps1 | |
| parent | 24b2283b318fb0e68342e77c13ab220f77db4de1 (diff) | |
| download | dotfiles-f5c192c4faf8616af4ad46b9bdbb935589303894.tar.gz dotfiles-f5c192c4faf8616af4ad46b9bdbb935589303894.tar.bz2 dotfiles-f5c192c4faf8616af4ad46b9bdbb935589303894.zip | |
bootstrap: Abschlussmeldungen benennen das jeweilige Skript
Diffstat (limited to 'bootstrap-win/git.ps1')
| -rw-r--r-- | bootstrap-win/git.ps1 | 4 |
1 files changed, 2 insertions, 2 deletions
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 { | |||
| 63 | 63 | ||
| 64 | Write-Host "" | 64 | Write-Host "" |
| 65 | if ($script:Failures.Count -eq 0) { | 65 | if ($script:Failures.Count -eq 0) { |
| 66 | Write-Host "Bootstrap abgeschlossen." -ForegroundColor Green | 66 | Write-Host "Git-Bootstrap abgeschlossen." -ForegroundColor Green |
| 67 | } else { | 67 | } else { |
| 68 | Write-Host "Bootstrap abgeschlossen, mit $($script:Failures.Count) Warnung(en):" -ForegroundColor Yellow | 68 | Write-Host "Git-Bootstrap abgeschlossen, mit $($script:Failures.Count) Warnung(en):" -ForegroundColor Yellow |
| 69 | foreach ($f in $script:Failures) { | 69 | foreach ($f in $script:Failures) { |
| 70 | Write-Host " - $f" -ForegroundColor Yellow | 70 | Write-Host " - $f" -ForegroundColor Yellow |
| 71 | } | 71 | } |
