Skip to content

Commit 8474690

Browse files
committed
fixed syntax error.
1 parent 26665c0 commit 8474690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Vagrant.configure('2') do |config|
1414
if not box_settings['enabled']
1515
puts "[INFO] #{box_name} is not enabled. skipping..."
1616
next
17-
done
17+
end
1818

1919
puts "[INFO] applying #{box_name} settings..."
2020
config.vm.define "#{box_name}" do |host|

0 commit comments

Comments
 (0)