diff options
Diffstat (limited to 'bootstrap-win')
| -rw-r--r-- | bootstrap-win/git.ps1 | 4 | ||||
| -rw-r--r-- | bootstrap-win/neovim.ps1 | 4 |
2 files changed, 4 insertions, 4 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 | } |
diff --git a/bootstrap-win/neovim.ps1 b/bootstrap-win/neovim.ps1 index 32e2db7..0e7016e 100644 --- a/bootstrap-win/neovim.ps1 +++ b/bootstrap-win/neovim.ps1 | |||
| @@ -187,9 +187,9 @@ function Main { | |||
| 187 | 187 | ||
| 188 | Write-Host "" | 188 | Write-Host "" |
| 189 | if ($script:Failures.Count -eq 0) { | 189 | if ($script:Failures.Count -eq 0) { |
| 190 | Write-Host "Bootstrap abgeschlossen." -ForegroundColor Green | 190 | Write-Host "Neovim-Bootstrap abgeschlossen." -ForegroundColor Green |
| 191 | } else { | 191 | } else { |
| 192 | Write-Host "Bootstrap abgeschlossen, mit $($script:Failures.Count) Warnung(en):" -ForegroundColor Yellow | 192 | Write-Host "Neovim-Bootstrap abgeschlossen, mit $($script:Failures.Count) Warnung(en):" -ForegroundColor Yellow |
| 193 | foreach ($f in $script:Failures) { | 193 | foreach ($f in $script:Failures) { |
| 194 | Write-Host " - $f" -ForegroundColor Yellow | 194 | Write-Host " - $f" -ForegroundColor Yellow |
| 195 | } | 195 | } |
