escape utils variables

This commit is contained in:
Andrejus
2020-02-26 17:27:44 +00:00
parent 78275b144e
commit f3690da2f1
4 changed files with 5 additions and 9 deletions

View File

@@ -10,7 +10,7 @@ if not_installed "poetry"; then
printf "Installing poetry...\n"
# Install poetry
run https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py python
run "https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py" "python"
fi
printf "poetry is installed\n"