Skip to content

Commit 1af450a

Browse files
authored
fix: Use correct Quotation marks on line 65 (zmkfirmware#942)
1 parent 0f381b5 commit 1af450a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/templates/setup.ps1.mustache

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ function Test-CommandExists {
6262
param ($command)
6363
6464
$oldPreference = $ErrorActionPreference
65-
$ErrorActionPreference = stop
65+
$ErrorActionPreference = "stop"
6666
6767
try {
6868
if(Get-Command $command){ return $true }

0 commit comments

Comments
 (0)