Trailing comma

This commit is contained in:
Seth Vargo 2016-05-19 11:35:53 -04:00
parent 1571879a4b
commit b384ff98a5
No known key found for this signature in database
GPG Key ID: 905A90C2949E8787
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ module VagrantPlugins
command = CommandBuilder.command(:solo, @config, command = CommandBuilder.command(:solo, @config,
windows: windows?, windows: windows?,
colored: @machine.env.ui.color?, colored: @machine.env.ui.color?,
legacy_mode: @config.legacy_mode legacy_mode: @config.legacy_mode,
) )
@config.attempts.times do |attempt| @config.attempts.times do |attempt|