From 5b7c745c3c977374637b942b16b2152dd99457a1 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 30 Sep 2013 09:32:20 -0700 Subject: [PATCH] builder/amazon/chroot: alphebatize the configs /cc @mwhooker --- builder/amazon/chroot/builder.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/amazon/chroot/builder.go b/builder/amazon/chroot/builder.go index de3a840b1..2abd6edfe 100644 --- a/builder/amazon/chroot/builder.go +++ b/builder/amazon/chroot/builder.go @@ -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"`