Skip to content

Commit

Permalink
ctl: print work dir for windows build
Browse files Browse the repository at this point in the history
Change-Id: Iac232bb06e26d85f1736fa864adc3eadb7858c0d
  • Loading branch information
s-kipnis committed Sep 19, 2024
1 parent d8c815b commit 8578403
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cmk-agent-ctl/scripts/shorten_dir_and_call.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
[string]$new = $inp.tolower().replace($args[0], $args[1])
Write-Host "shorten dir: " $new
Set-Location $new
(Get-Item .).FullName
&$args[2]
[Environment]::Exit($LASTEXITCODE)

0 comments on commit 8578403

Please sign in to comment.