mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-08 16:22:15 -04:00
Update website/source/docs/extending/custom-post-processors.html.md
Co-Authored-By: azr <azr@users.noreply.github.com>
This commit is contained in:
parent
1be337b383
commit
27cf53003f
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue