fix ps1 syntax error
All checks were successful
/ deploy (push) Successful in 3s

This commit is contained in:
hiina 2024-09-05 20:45:00 -06:00
parent 436507f3af
commit ca8e763ac7

View file

@ -75,7 +75,7 @@ function Import-SteamVRBinding {
}
}
catch {
Write-Error "Failed to call the API for $controllerType: $_"
Write-Error "Failed to call the API for $controllerType : $_"
return $false
}