builder/amazon/chroot: alphebatize the configs

/cc @mwhooker
This commit is contained in:
Mitchell Hashimoto 2013-09-30 09:32:20 -07:00
parent d916604c24
commit 5b7c745c3c
1 changed files with 1 additions and 1 deletions

View File

@ -28,9 +28,9 @@ type Config struct {
awscommon.AMIConfig `mapstructure:",squash"`
ChrootMounts [][]string `mapstructure:"chroot_mounts"`
CommandWrapper string `mapstructure:"command_wrapper"`
CopyFiles []string `mapstructure:"copy_files"`
DevicePath string `mapstructure:"device_path"`
CommandWrapper string `mapstructure:"command_wrapper"`
MountPath string `mapstructure:"mount_path"`
SourceAmi string `mapstructure:"source_ami"`