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 1573c30 commit 1accd8bCopy full SHA for 1accd8b
scripts/qdt_clone_pull_profiles.ps1
@@ -74,7 +74,7 @@ try {
74
# Return to the original directory
75
Pop-Location
76
} else {
77
- Write-Host "No Git repository identified. Cloning remote repository to $repoPath..."
+ Write-Host "No Git repository identified. Cloning remote repository to $repoPath..." -ForegroundColor Cyan
78
79
# Clone the repository
80
git clone --config remote.origin.pushurl="DISABLED" `
0 commit comments