diff --git a/packer-plugin-sdk/acctest/provisioneracc/provisioners.go b/packer-plugin-sdk/acctest/provisioneracc/provisioners.go index 3fea78db2..39c7aa073 100644 --- a/packer-plugin-sdk/acctest/provisioneracc/provisioners.go +++ b/packer-plugin-sdk/acctest/provisioneracc/provisioners.go @@ -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 {