Skip to content

Commit

Permalink
Fixing first vagrant up issue #28
Browse files Browse the repository at this point in the history
  • Loading branch information
cgsmith committed Nov 9, 2015
1 parent aa6b3fe commit 8e55105
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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(Action::RemoveHosts, Action::UpdateHosts)
hook.after(Vagrant::Action::Builtin::SetHostname, Action::UpdateHosts)
end

action_hook(:hostsupdater, :machine_action_provision) do |hook|
Expand Down
2 changes: 1 addition & 1 deletion lib/vagrant-hostsupdater/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module VagrantPlugins
module HostsUpdater
VERSION = "1.0.0"
VERSION = '1.0.1'
end
end

0 comments on commit 8e55105

Please sign in to comment.