We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26665c0 commit 8474690Copy full SHA for 8474690
tests/Vagrantfile
@@ -14,7 +14,7 @@ Vagrant.configure('2') do |config|
14
if not box_settings['enabled']
15
puts "[INFO] #{box_name} is not enabled. skipping..."
16
next
17
- done
+ end
18
19
puts "[INFO] applying #{box_name} settings..."
20
config.vm.define "#{box_name}" do |host|
0 commit comments