Remove unused variable
This commit is contained in:
parent
9368269034
commit
d6776dc5f2
|
@ -50,9 +50,6 @@ type Config struct {
|
||||||
|
|
||||||
Communicator string `mapstructure:"communicator"`
|
Communicator string `mapstructure:"communicator"`
|
||||||
|
|
||||||
// What vagrantfile to use
|
|
||||||
VagrantfileTpl string `mapstructure:"vagrantfile_template"`
|
|
||||||
|
|
||||||
// Whether to Halt, Suspend, or Destroy the box
|
// Whether to Halt, Suspend, or Destroy the box
|
||||||
TeardownMethod string `mapstructure:"teardown_method"`
|
TeardownMethod string `mapstructure:"teardown_method"`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue