modified: RdzeN-Profile.ps1

This commit is contained in:
Tomasz Kostrzewa 2024-03-06 18:43:53 +01:00
parent 9a1255a5ce
commit 6d2921d666

View File

@ -47,11 +47,9 @@ function Pull-Repository {
} }
if ($git_tmp -match "(Your branch is up to date)") { if ($git_tmp -match "(Your branch is up to date)") {
Write-Host "For $RepositoryURL`n`n$git_tmp" -ForegroundColor Green Write-Host "$git_tmp" -ForegroundColor Green
} else { } else {
Write-Host "For $RepositoryURL`n`n$git_tmp" -ForegroundColor Red
Pull-Repository Pull-Repository
Write-Host "For set up do date, please run Override-Profile and Reload-Profile" -ForegroundColor Red
} }
# 4. List functions # 4. List functions