Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit a1a1b31

Browse files
author
pascal
committed
Fix plugin install
1 parent 89ba30a commit a1a1b31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vagrant/vagrant.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# We currently use only one plugin, so skip iterating.
1515
def vagrant_ensure_plugins
1616
plugin = 'vagrant-hostsupdater'
17-
return unless config_get_item('skip_vagrant_plugins_check') == true
17+
return if config_get_item('skip_vagrant_plugins_check') == true
1818
system "vagrant plugin install #{plugin}" unless Vagrant.has_plugin? plugin.to_s
1919
end
2020

0 commit comments

Comments
 (0)