Skip to content

Commit

Permalink
Updated plugin.rb to fix #28
Browse files Browse the repository at this point in the history
Fixing the cat from running on the keyboard
  • Loading branch information
cgsmith committed Nov 9, 2015
1 parent 2f12f8d commit 59efd30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vagrant-hostsupdater/plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Plugin < Vagrant.plugin('2')

action_hook(:hostsupdater, :machine_action_up) do |hook|
hook.prepend(Action::RemoveHosts)
hook.after(Vagrant::Action::
hook.after(Vagrant::Action::Builtin::SetHostname, Action::UpdateHosts)
end

action_hook(:hostsupdater, :machine_action_provision) do |hook|
Expand Down

0 comments on commit 59efd30

Please sign in to comment.