mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Load direct conversions after setup
This commit is contained in:
parent
ede3b03f8c
commit
dc91194f9d
1 changed files with 3 additions and 2 deletions
|
|
@ -16,8 +16,6 @@ require 'grpc'
|
|||
require 'grpc/health/checker'
|
||||
require 'grpc/health/v1/health_services_pb'
|
||||
|
||||
require Vagrant.source_root.join("plugins/commands/serve/util/direct_conversions.rb").to_s
|
||||
|
||||
module VagrantPlugins
|
||||
module CommandServe
|
||||
# Simple constant aliases to reduce namespace typing
|
||||
|
|
@ -136,3 +134,6 @@ module VagrantPlugins
|
|||
end
|
||||
end
|
||||
end
|
||||
|
||||
# Load in our conversions down here so all the autoload stuff is in place
|
||||
require Vagrant.source_root.join("plugins/commands/serve/util/direct_conversions.rb").to_s
|
||||
|
|
|
|||
Loading…
Reference in a new issue