From 9a38fbe2c7f880e2587a2431cdf3c60545a6d7dc Mon Sep 17 00:00:00 2001 From: Jeff Escalante Date: Fri, 29 May 2020 17:22:16 -0400 Subject: [PATCH] patch source for a couple code block changes --- builder/azure/arm/config.go | 2 +- builder/virtualbox/common/export_config.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/builder/azure/arm/config.go b/builder/azure/arm/config.go index 5e6e8d1e7..9b2319fb1 100644 --- a/builder/azure/arm/config.go +++ b/builder/azure/arm/config.go @@ -340,7 +340,7 @@ type Config struct { // tags to the image to ensure this information is not lost. The following // tags are added. // - // ``` + // ```text // 1. PlanName // 2. PlanProduct // 3. PlanPublisher diff --git a/builder/virtualbox/common/export_config.go b/builder/virtualbox/common/export_config.go index 6c9710cb2..a6a09294a 100644 --- a/builder/virtualbox/common/export_config.go +++ b/builder/virtualbox/common/export_config.go @@ -39,7 +39,7 @@ type ExportConfig struct { // packer call like this (shell `>` continuation character snipped for easier // copy & paste): // - // ``` shell + // ```shell // vm_description='some // multiline // description'