Update command/build.go

Co-authored-by: Lucas Bajolet <[email protected]>
This commit is contained in:
Wilken Rivera
2024-01-25 11:31:20 -05:00
committed by GitHub
co-authored by Lucas Bajolet
parent 5e86b25b97
commit abed2f65b5
+1 -1
View File
@@ -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)