From ca8e763ac73dc19fd87b89f33a1689544c994175 Mon Sep 17 00:00:00 2001 From: hiina Date: Thu, 5 Sep 2024 20:45:00 -0600 Subject: [PATCH] fix ps1 syntax error --- setup-steamvr-bindings.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-steamvr-bindings.ps1 b/setup-steamvr-bindings.ps1 index 5157a02..a099e20 100644 --- a/setup-steamvr-bindings.ps1 +++ b/setup-steamvr-bindings.ps1 @@ -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 }