mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-11 22:10:09 +01:00
fix: pwsh not actually running evals
This commit is contained in:
parent
3b9b2c662e
commit
fea920ac7a
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ function {{ alias }} {
|
|||
}
|
||||
}
|
||||
$env:_PR_SHELL = 'pwsh';
|
||||
&'{{ binary_path }}';
|
||||
&'{{ binary_path }}' | Invoke-Expression;
|
||||
}
|
||||
finally {
|
||||
# restore mode from cnf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue