Fix autoload typo for redhat guest [GH-600]

This commit is contained in:
Mitchell Hashimoto 2011-12-20 16:27:51 -08:00
parent f9b3e89373
commit 6a191f968c
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ module Vagrant
autoload :FreeBSD, 'vagrant/guest/freebsd'
autoload :Gentoo, 'vagrant/guest/gentoo'
autoload :Linux, 'vagrant/guest/linux'
autoload :RedHat, 'vagrant/guest/redhat'
autoload :Redhat, 'vagrant/guest/redhat'
autoload :Solaris, 'vagrant/guest/solaris'
autoload :Suse, 'vagrant/guest/suse'
autoload :Ubuntu, 'vagrant/guest/ubuntu'