fix(cli): doom.ps1: path to post-script

This commit is contained in:
Henrik Lissner 2024-09-07 02:51:12 -04:00
parent 4c7aec35ba
commit 94a291a7f8
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -32,7 +32,7 @@ try {
} }
if ($exit -eq 254) { if ($exit -eq 254) {
& pwsh "$env:TMPDIR\doom.$($env:__DOOMPID).$($env:__DOOMSTEP).ps1" $PSCommandPath $args & pwsh "$($env:temp)\doom.$($env:__DOOMPID).$($env:__DOOMSTEP).ps1" $PSCommandPath $args
$exit = $LASTEXITCODE $exit = $LASTEXITCODE
} }
exit $exit exit $exit