Trailing comma
This commit is contained in:
parent
1571879a4b
commit
b384ff98a5
|
@ -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|
|
||||||
|
|
Loading…
Reference in New Issue