Update website/source/docs/extending/custom-post-processors.html.md

Co-Authored-By: azr <azr@users.noreply.github.com>
pull/7583/head
Megan Marsh 7 years ago committed by GitHub
parent 1be337b383
commit 27cf53003f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -37,7 +37,7 @@ explaining what each method should do.
``` go
type PostProcessor interface {
Configure(interface{}) error
PostProcess(context.Context, Ui, Artifact) (a Artifact, keep, mustKeel bool, err error)
PostProcess(context.Context, Ui, Artifact) (a Artifact, keep, mustKeep bool, err error)
}
```

Loading…
Cancel
Save