From 2c6b5128dca9fef3218ffee60961c438d255d6dc Mon Sep 17 00:00:00 2001 From: Matthias Wirtz Date: Tue, 21 Apr 2026 17:29:19 +0200 Subject: [PATCH] Output (TOMP-API.yaml) was not written into the TOMP-API directory where the merge-API.ps1 script is located. Now the output is written into the same directory where the merge-API.ps1 script is located --- merge-API.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'