diff --git a/RdzeN-Profile.ps1 b/RdzeN-Profile.ps1 index f67573a..c7b95ea 100644 --- a/RdzeN-Profile.ps1 +++ b/RdzeN-Profile.ps1 @@ -47,11 +47,9 @@ function Pull-Repository { } 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 { - Write-Host "For $RepositoryURL`n`n$git_tmp" -ForegroundColor Red Pull-Repository - Write-Host "For set up do date, please run Override-Profile and Reload-Profile" -ForegroundColor Red } # 4. List functions