modified: RdzeN-Profile.ps1
This commit is contained in:
parent
9a1255a5ce
commit
6d2921d666
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user