We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f381b5 commit 1af450aCopy full SHA for 1af450a
docs/src/templates/setup.ps1.mustache
@@ -62,7 +62,7 @@ function Test-CommandExists {
62
param ($command)
63
64
$oldPreference = $ErrorActionPreference
65
- $ErrorActionPreference = ‘stop’
+ $ErrorActionPreference = "stop"
66
67
try {
68
if(Get-Command $command){ return $true }
0 commit comments