Skip to content

Commit 216df5f

Browse files
authored
Bug: Repeat CLI command after Vagrant plugin[s] installation nonstop (#233)
1 parent 7cc58b3 commit 216df5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Vagrantfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ end
1212

1313
# IF plugin[s] was just installed - restart required
1414
if required_plugins_installed
15-
system "vagrant up"
15+
# Get CLI command[s] and call again
16+
system 'vagrant' + ARGV.to_s.gsub(/\[\"|\", \"|\"\]/, ' ')
1617
exit
1718
end
1819

0 commit comments

Comments
 (0)