diff --git a/builder/qemu/step_type_boot_command.go b/builder/qemu/step_type_boot_command.go index 5fdc90ca3..6416e0ea1 100644 --- a/builder/qemu/step_type_boot_command.go +++ b/builder/qemu/step_type_boot_command.go @@ -16,9 +16,9 @@ import ( const KeyLeftShift uint32 = 0xFFE1 type bootCommandTemplateData struct { - HTTPIP string + HTTPIP string HTTPPort uint - Name string + Name string } // This step "types" the boot command into the VM over VNC. diff --git a/builder/virtualbox/iso/step_type_boot_command.go b/builder/virtualbox/iso/step_type_boot_command.go index e5f90b36d..3e087f0df 100644 --- a/builder/virtualbox/iso/step_type_boot_command.go +++ b/builder/virtualbox/iso/step_type_boot_command.go @@ -15,9 +15,9 @@ import ( const KeyLeftShift uint32 = 0xFFE1 type bootCommandTemplateData struct { - HTTPIP string + HTTPIP string HTTPPort uint - Name string + Name string } // This step "types" the boot command into the VM over VNC. diff --git a/builder/vmware/iso/step_type_boot_command.go b/builder/vmware/iso/step_type_boot_command.go index d021d5d58..4dbc7f82d 100644 --- a/builder/vmware/iso/step_type_boot_command.go +++ b/builder/vmware/iso/step_type_boot_command.go @@ -18,9 +18,9 @@ import ( const KeyLeftShift uint32 = 0xFFE1 type bootCommandTemplateData struct { - HTTPIP string + HTTPIP string HTTPPort uint - Name string + Name string } // This step "types" the boot command into the VM over VNC. diff --git a/packer/version.go b/packer/version.go index 7fb36c926..31821a807 100644 --- a/packer/version.go +++ b/packer/version.go @@ -53,5 +53,5 @@ func VersionString() string { } } - return versionString.String() + return versionString.String() }