Skip to content

Commit 48eaacd

Browse files
Gutsnicogodet
andauthored
Update scripts/qdt_clone_pull_profiles.ps1
Co-authored-by: Nicolas Godet <[email protected]> Signed-off-by: Julien <[email protected]>
1 parent 49365a8 commit 48eaacd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/qdt_clone_pull_profiles.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ if (-not (Test-GitInstalled)) {
5151

5252
# Ensure the base directory exists, create it if necessary
5353
if (-not (Test-Path -Path $basePath)) {
54-
Write-Host "The directory '$basePath' does not exist. Creating it..."
54+
Write-Host "The directory '$basePath' does not exist. Creating it..." -ForegroundColor Yellow
5555
New-Item -ItemType Directory -Path $basePath | Out-Null
5656
}
5757

0 commit comments

Comments
 (0)