We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 176f4ab commit be78dfdCopy full SHA for be78dfd
WebPI.PS.psm1
@@ -11,6 +11,7 @@ function Get-CurrentModulePath () {
11
function Invoke-WebPI () {
12
$CurrentModulePath = Get-CurrentModulePath
13
$arguments = $args -join ' '
14
+ $CurrentModulePath = $CurrentModulePath.Replace(" ", "^ ")
15
cmd /c "$CurrentModulePath\webpi\WebpiCmd.exe $arguments"
16
}
17
0 commit comments