fix: pwsh not actually running evals

This commit is contained in:
iff 2025-04-10 17:02:37 +02:00
parent 3b9b2c662e
commit fea920ac7a

View file

@ -11,7 +11,7 @@ function {{ alias }} {
} }
} }
$env:_PR_SHELL = 'pwsh'; $env:_PR_SHELL = 'pwsh';
&'{{ binary_path }}'; &'{{ binary_path }}' | Invoke-Expression;
} }
finally { finally {
# restore mode from cnf # restore mode from cnf