Fixed name in config.go

This commit is contained in:
Daniel Ziltener 2019-12-21 18:12:17 +01:00
parent 0df6eac1bc
commit d994127b37
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ type Config struct {
Communicator string `mapstructure:"communicator"` Communicator string `mapstructure:"communicator"`
// Options for iocage // Options for iocage
JailName string `mapstructure:"iocage_name"` JailName string `mapstructure:"jail_name"`
// Options for the "vagrant init" command // Options for the "vagrant init" command