Bug: Repeat CLI command after Vagrant plugin[s] installation nonstop (#233)

This commit is contained in:
Nazar Holubovskyy 2020-09-10 23:40:36 +01:00 committed by GitHub
parent 7cc58b3e39
commit 216df5f4d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
Vagrantfile vendored
View File

@ -12,7 +12,8 @@ end
# IF plugin[s] was just installed - restart required
if required_plugins_installed
system "vagrant up"
# Get CLI command[s] and call again
system 'vagrant' + ARGV.to_s.gsub(/\[\"|\", \"|\"\]/, ' ')
exit
end