From 3a54e6899ded7f6db6ff5bce27f44e2f472d5cf3 Mon Sep 17 00:00:00 2001 From: Clint Shryock Date: Tue, 23 Jun 2015 11:34:42 -0500 Subject: [PATCH] code cleanup --- builder/amazon/chroot/step_mount_device.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/builder/amazon/chroot/step_mount_device.go b/builder/amazon/chroot/step_mount_device.go index 8f7d27485..cb022e36c 100644 --- a/builder/amazon/chroot/step_mount_device.go +++ b/builder/amazon/chroot/step_mount_device.go @@ -24,8 +24,9 @@ type mountPathData struct { // mount_path string - The location where the volume was mounted. // mount_device_cleanup CleanupFunc - To perform early cleanup type StepMountDevice struct { - mountPath string MountOptions []string + + mountPath string } func (s *StepMountDevice) Run(state multistep.StateBag) multistep.StepAction {