Commit 3a54e689 authored by Clint Shryock's avatar Clint Shryock

code cleanup

parent 24106de3
......@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment