Merge pull request #1500 from lipanski/fix_bundler_gem_path_option

Fix: Rename gem_install_path to gem_path - as specified in the docs
This commit is contained in:
Brian Coca 2016-01-14 12:37:59 -05:00
commit e5982ba5e3

View file

@ -163,7 +163,7 @@ def main():
local = module.params.get('local')
deployment_mode = module.params.get('deployment_mode')
user_install = module.params.get('user_install')
gem_path = module.params.get('gem_install_path')
gem_path = module.params.get('gem_path')
binstub_directory = module.params.get('binstub_directory')
extra_args = module.params.get('extra_args')