Initialize cache in the proper location within Service class
This commit is contained in:
parent
b0b5d1191e
commit
d070b2cc6f
@ -38,10 +38,10 @@ module VagrantPlugins
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
@cache = Util::Cacher.new
|
||||
end
|
||||
|
||||
@cache = Util::Cacher.new
|
||||
|
||||
autoload :CapabilityPlatformService, Vagrant.source_root.join("plugins/commands/serve/service/capability_platform_service").to_s
|
||||
autoload :CommandService, Vagrant.source_root.join("plugins/commands/serve/service/command_service").to_s
|
||||
autoload :CommunicatorService, Vagrant.source_root.join("plugins/commands/serve/service/communicator_service").to_s
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user