Update website/content/docs/extending/custom-builders.mdx

Co-authored-by: Wilken Rivera <dev@wilkenrivera.com>
This commit is contained in:
Megan Marsh 2021-01-14 11:06:32 -08:00 committed by GitHub
parent 2f42d4a7ce
commit c64aa83c56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -140,7 +140,8 @@ is a rare use case.
The `Cancel` method can be called at any time and requests cancellation of any
builder run in progress. This method should block until the run actually stops.
Not that the Cancel method will not be called by Packer versions >= 1.4.0.
Note that the Cancel method will not be called by Packer versions >= 1.4.0.
#### Context cancellation ( from Packer v1.4 )