Skip to content

Commit

Permalink
Merge pull request mitchellh#333 from atlassian/check_outdated
Browse files Browse the repository at this point in the history
Check for outdated boxes on vagrant up
  • Loading branch information
R. Tyler Croy committed Dec 19, 2014
2 parents 92c2e5a + 86dfa52 commit b4dc8ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/vagrant-aws/action.rb
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ def self.action_up
Vagrant::Action::Builder.new.tap do |b|
b.use HandleBox
b.use ConfigValidate
b.use BoxCheckOutdated
b.use ConnectAWS
b.use Call, IsCreated do |env1, b1|
if env1[:result]
Expand Down

0 comments on commit b4dc8ba

Please sign in to comment.