Start padding with 25 characters to keep original behavior

This commit is contained in:
Marc-André Courtois 2013-08-01 13:23:18 -04:00
parent 97aed37aea
commit ed03add533
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ module VagrantPlugins
argv = parse_options(opts)
return if !argv
max_name_length = 0
max_name_length = 25
with_target_vms(argv) do |machine|
max_name_length = machine.name.length if machine.name.length > max_name_length
end