default pip_install_cmd value as empty string

This commit is contained in:
Raffaello Bertini 2019-10-01 12:54:32 +01:00
parent b3462d805b
commit 6edf5801a8
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ module VagrantPlugins
@install = UNSET_VALUE
@install_mode = UNSET_VALUE
@pip_args = UNSET_VALUE
@pip_install_cmd = UNSET_VALUE
@pip_install_cmd = ""
@provisioning_path = UNSET_VALUE
@tmp_path = UNSET_VALUE
end