remove unnecessary HostsFile include
This commit is contained in:
parent
6a1dcf0a17
commit
d60018ad1d
|
@ -1,7 +1,6 @@
|
||||||
module VagrantPlugins
|
module VagrantPlugins
|
||||||
module HostManager
|
module HostManager
|
||||||
class Command < Vagrant.plugin('2', :command)
|
class Command < Vagrant.plugin('2', :command)
|
||||||
include HostsFile
|
|
||||||
|
|
||||||
def execute
|
def execute
|
||||||
options = {}
|
options = {}
|
||||||
|
|
Loading…
Reference in New Issue