Cleanup redundant lines

This commit is contained in:
Alexzander thunder Shevchenko 2020-02-23 20:33:53 +03:00
parent 24a3016f2b
commit 8aa1aee155

View File

@ -33,7 +33,6 @@ module VagrantPlugins
machine.communicate.sudo "apk add --update python3"
machine.communicate.sudo "apk add --update #{DEV_PACKAGES}"
machine.communicate.sudo "pip3 install --upgrade pip"
# Pip::get_pip machine, pip_install_cmd
end
end