From 898b99896cc8c9cbb19764c64324ccae1f66725e Mon Sep 17 00:00:00 2001 From: Shikanime Deva <22115108+Shikanime@users.noreply.github.com> Date: Thu, 9 Dec 2021 09:59:27 +0100 Subject: [PATCH] poetry: Fix uninstall soft error (#3069) --- bucket/poetry.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/poetry.json b/bucket/poetry.json index 0a6b9e975c..bca4cba585 100644 --- a/bucket/poetry.json +++ b/bucket/poetry.json @@ -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": {