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 }