Update packer-plugin-sdk/acctest/provisioneracc/provisioners.go

Co-authored-by: Sylvia Moss <moss@hashicorp.com>
This commit is contained in:
Megan Marsh 2020-12-08 08:24:26 -08:00 committed by GitHub
parent 3c346867f4
commit 2797c686e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ func writeJsonTemplate(out *bytes.Buffer, filePath string, t *testing.T) {
// BuilderAcceptance is specialized tooling implemented by individual builders
// To add your builder to the provisioner testing framework, create a struct
// that implements the this interface, add it to the BuildersAccTest map below.
// that implements this interface, add it to the BuildersAccTest map below.
// TODO add this interface to the plugin server so that Packer can request it
// From the plugin rather than importing it here.
type BuilderAcceptance interface {