Fixing bug I introduced. Thanks @chrisroberts!

This commit is contained in:
Vidroha Debroy 2019-02-15 14:53:56 -06:00
parent 7c0ffe369a
commit aacb453a79
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ module VagrantPlugins
# Thus, we stick with the default on an empty string.
# Typecast added in the check for safety.
if pip_install_cmd == pip_install_cmd.to_s.empty?
if pip_install_cmd.to_s.empty?
pip_install_cmd=DEFAULT_PIP_INSTALL_CMD
end