We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49365a8 commit 48eaacdCopy full SHA for 48eaacd
scripts/qdt_clone_pull_profiles.ps1
@@ -51,7 +51,7 @@ if (-not (Test-GitInstalled)) {
51
52
# Ensure the base directory exists, create it if necessary
53
if (-not (Test-Path -Path $basePath)) {
54
- Write-Host "The directory '$basePath' does not exist. Creating it..."
+ Write-Host "The directory '$basePath' does not exist. Creating it..." -ForegroundColor Yellow
55
New-Item -ItemType Directory -Path $basePath | Out-Null
56
}
57
0 commit comments