poetry: Fix uninstall soft error (#3069)

This commit is contained in:
Shikanime Deva 2021-12-09 09:59:27 +01:00 committed by GitHub
parent b1b1faa59a
commit 898b99896c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@
"script": "$env:POETRY_HOME=$dir; python $dir/$fname --version $version --no-modify-path -y"
},
"uninstaller": {
"script": "python $dir/get-poetry.py --uninstall -y"
"script": "$env:POETRY_HOME=$dir; python $dir/get-poetry.py --uninstall -y"
},
"bin": "bin\\poetry.bat",
"env_set": {