mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-20 04:55:20 -05:00
fix: Use correct Quotation marks on line 65 (#942)
This commit is contained in:
@@ -62,7 +62,7 @@ function Test-CommandExists {
|
||||
param ($command)
|
||||
|
||||
$oldPreference = $ErrorActionPreference
|
||||
$ErrorActionPreference = ‘stop’
|
||||
$ErrorActionPreference = "stop"
|
||||
|
||||
try {
|
||||
if(Get-Command $command){ return $true }
|
||||
|
||||
Reference in New Issue
Block a user