From 17c806fbf5ad355cfddea25019905500405107f8 Mon Sep 17 00:00:00 2001 From: Tristan Watson <5827304+triwats@users.noreply.github.com> Date: Mon, 11 Jan 2021 10:50:23 +0000 Subject: [PATCH] Removing obsolete packer HCL warnings from CLI for validate and command (#10461) --- command/console.go | 2 +- command/validate.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/command/console.go b/command/console.go index 93a636d3c..5a072564f 100644 --- a/command/console.go +++ b/command/console.go @@ -81,7 +81,7 @@ Usage: packer console [options] [TEMPLATE] Options: -var 'key=value' Variable for templates, can be used multiple times. - -var-file=path JSON or HCL2 file containing user variables. [ Note that even in HCL mode this expects file to contain JSON, a fix is comming soon ] + -var-file=path JSON or HCL2 file containing user variables. ` return strings.TrimSpace(helpText) diff --git a/command/validate.go b/command/validate.go index 6c0af4787..9c7dd2f9a 100644 --- a/command/validate.go +++ b/command/validate.go @@ -92,7 +92,7 @@ Options: -except=foo,bar,baz Validate all builds other than these. -only=foo,bar,baz Validate only these builds. -var 'key=value' Variable for templates, can be used multiple times. - -var-file=path JSON or HCL2 file containing user variables. [ Note that even in HCL mode this expects file to contain JSON, a fix is comming soon ] + -var-file=path JSON or HCL2 file containing user variables. ` return strings.TrimSpace(helpText)