Skip to content

Commit 10eaf15

Browse files
committed
fix quotes around dummy
1 parent 6ff129b commit 10eaf15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/win/scripts/Installers/Install-AzureDevOpsCli.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Write-Host "Warmup 'az-devops'"
2222
}
2323

2424
# Run logout command to force installation of the python credential handlers
25-
Invoke-ValidateCommand -Command "echo "dummy" | az devops login"
25+
Invoke-ValidateCommand -Command "echo 'dummy' | az devops login"
2626
Invoke-ValidateCommand -Command "az devops logout"
2727

2828
Invoke-PesterTests -TestFile "CLI.Tools" -TestName "Azure DevOps CLI"

0 commit comments

Comments
 (0)