forked from kofal.net/zmk
fix: Use correct Quotation marks on line 65 (#942)
This commit is contained in:
@@ -62,7 +62,7 @@ function Test-CommandExists {
|
|||||||
param ($command)
|
param ($command)
|
||||||
|
|
||||||
$oldPreference = $ErrorActionPreference
|
$oldPreference = $ErrorActionPreference
|
||||||
$ErrorActionPreference = ‘stop’
|
$ErrorActionPreference = "stop"
|
||||||
|
|
||||||
try {
|
try {
|
||||||
if(Get-Command $command){ return $true }
|
if(Get-Command $command){ return $true }
|
||||||
|
|||||||
Reference in New Issue
Block a user