fix(cli): doom.ps1: path to post-script
This commit is contained in:
parent
4c7aec35ba
commit
94a291a7f8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue