mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
poetry: Fix uninstall soft error (#3069)
This commit is contained in:
parent
b1b1faa59a
commit
898b99896c
@ -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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user