Skip to content

Commit

Permalink
replace the error as warning about hostsupdater detection
Browse files Browse the repository at this point in the history
  • Loading branch information
Mte90 committed Jun 19, 2020
1 parent c101aa0 commit 62c712c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vagrant-goodhosts/GoodHosts.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module GoodHosts

def getIps
if Vagrant.has_plugin?("vagrant-hostsupdater")
@ui.error "[vagrant-goodhosts] Warning: The vagrant-hostsupdater plugin is installed, hostsupdater always adds the VM name even if the VagrantFile says not to. This shouldn't cause issues, but if it does, uninstall hostsupdater"
@ui.warn "[vagrant-goodhosts] Warning: The vagrant-hostsupdater plugin is installed, hostsupdater always adds the VM name even if the VagrantFile says not to. This shouldn't cause issues, but if it does, uninstall hostsupdater"
end

ips = []
Expand Down

0 comments on commit 62c712c

Please sign in to comment.