From 1926fd6176522e69ce37cb410246db5cfcf5bc81 Mon Sep 17 00:00:00 2001 From: Adrien Delorme Date: Thu, 18 Mar 2021 16:43:29 +0100 Subject: [PATCH] Update command/init.go better warning Co-authored-by: Sylvia Moss --- command/init.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/command/init.go b/command/init.go index c2677932f..6be0ebc0c 100644 --- a/command/init.go +++ b/command/init.go @@ -123,9 +123,9 @@ func (c *InitCommand) RunContext(buildCtx context.Context, cla *InitArgs) int { if err != nil { if pluginRequirement.Implicit { msg := fmt.Sprintf(` -Warning, at least one component used in your config file(s) has moved out of +Warning! At least one component used in your config file(s) has moved out of Packer into the %q plugin. -For that reason Packer init tried to install the latest version of the %s +For that reason, Packer init tried to install the latest version of the %s plugin. Unfortunately, this failed : %s`, pluginRequirement.Identifier,