Trailing comma

This commit is contained in:
Seth Vargo 2015-05-30 11:01:32 -07:00
parent c0c7d77ea9
commit a59247d4e5
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ module VagrantPlugins
"4.1" => Version_4_1,
"4.2" => Version_4_2,
"4.3" => Version_4_3,
"5.0" => Version_5_0
"5.0" => Version_5_0,
}
if @version.start_with?("4.2.14")