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)