From abed2f65b58f2eae576aeef1471be3ec307a2e10 Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Thu, 25 Jan 2024 11:31:20 -0500 Subject: [PATCH] Update command/build.go Co-authored-by: Lucas Bajolet <105649352+lbajolet-hashicorp@users.noreply.github.com> --- command/build.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/build.go b/command/build.go index 86215619b..c0a4d8c01 100644 --- a/command/build.go +++ b/command/build.go @@ -393,7 +393,7 @@ func (c *BuildCommand) RunContext(buildCtx context.Context, cla *BuildArgs) int if hasPossibleIncompatibleHCPIntegration { msg := fmt.Sprintf(` -It looks like one or more plugins in your build is incompatible with HCP Packer. +It looks like one or more plugins in your build may be incompatible with HCP Packer. Check that you are using an HCP Ready integration before trying again: %s`, hcpReadyIntegrationURL)