From 2bb5a92755bef6fd980434bd17a7e8215d024df0 Mon Sep 17 00:00:00 2001 From: DanHam Date: Tue, 17 Jul 2018 16:33:48 +0100 Subject: [PATCH] Fix error in comment due to copy/paste from VMware step --- builder/hyperv/common/step_shutdown.go | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/builder/hyperv/common/step_shutdown.go b/builder/hyperv/common/step_shutdown.go index b37716f60..ddfdf3388 100644 --- a/builder/hyperv/common/step_shutdown.go +++ b/builder/hyperv/common/step_shutdown.go @@ -17,10 +17,9 @@ import ( // // Uses: // communicator packer.Communicator -// dir OutputDir -// driver Driver -// ui packer.Ui -// vmx_path string +// driver Driver +// ui packer.Ui +// vmName string // // Produces: //