Skip to content
This repository was archived by the owner on Feb 13, 2023. It is now read-only.

Commit 6b13815

Browse files
committed
Fix rubocop ruby error.
1 parent 008d426 commit 6b13815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Vagrant.configure('2') do |config|
135135
v.cpus = vconfig['vagrant_cpus']
136136
v.customize ['modifyvm', :id, '--natdnshostresolver1', 'on']
137137
v.customize ['modifyvm', :id, '--ioapic', 'on']
138-
v.customize ["modifyvm", :id, '--audio', 'none']
138+
v.customize ['modifyvm', :id, '--audio', 'none']
139139
v.gui = vconfig['vagrant_gui']
140140
end
141141

0 commit comments

Comments
 (0)