Merge pull request #9654 from chrisroberts/f-package-constant

Add missing action autoloads
This commit is contained in:
Chris Roberts 2018-04-05 07:53:50 -07:00 committed by GitHub
commit 40ad1d3b39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -36,7 +36,9 @@ module Vagrant
end
module General
autoload :Package, 'vagrant/action/general/package'
autoload :Package, 'vagrant/action/general/package'
autoload :PackageSetupFiles, 'vagrant/action/general/package_setup_files'
autoload :PackageSetupFolders, 'vagrant/action/general/package_setup_folders'
end
# This is the action that will add a box from a URL. This middleware