diff --git a/merge-API.ps1 b/merge-API.ps1 index e1db733..e4bbe73 100644 --- a/merge-API.ps1 +++ b/merge-API.ps1 @@ -97,7 +97,7 @@ Invoke-Expression $join #Set-Content -Path .\TOMP-API.yaml -Value $content -Encoding utf8 $in = '.\TOMP-API-BOM.yaml' -$out = '.\TOMP-API.yaml' +$out = "$($PWD.Path)\TOMP-API.yaml" If ($args[0] -eq 'mp') { $out = '.\TOMP-API-MP.yaml'