Skip to content

Commit

Permalink
Calling addHostEntries() before calling the @app
Browse files Browse the repository at this point in the history
  • Loading branch information
cgsmith committed Nov 7, 2015
1 parent 89671b7 commit 890939d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vagrant-hostsupdater/Action/UpdateHosts.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ def initialize(app, env)

def call(env)
@ui.info "Checking for host entries"
@app.call(env)
addHostEntries()
@app.call(env)
end

end
Expand Down

0 comments on commit 890939d

Please sign in to comment.