Skip to content

Commit

Permalink
Updated plugin.rb to fix #28
Browse files Browse the repository at this point in the history
  • Loading branch information
cgsmith committed Nov 9, 2015
1 parent 8e55105 commit 2f12f8d
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::Builtin::SetHostname, Action::UpdateHosts)
hook.after(Vagrant::Action::
end

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

1 comment on commit 2f12f8d

@ryanpcmcquen
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.