mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
fix typo
This commit is contained in:
parent
919b54f4f4
commit
4cd1950cd0
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ type Builder interface {
|
|||
// configuration.
|
||||
//
|
||||
// Prepare should return a list of variables that will be made accessible to
|
||||
// users during the provison methods, a list of warnings along with any
|
||||
// users during the provision methods, a list of warnings along with any
|
||||
// errors that occurred while preparing.
|
||||
Prepare(...interface{}) ([]string, []string, error)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue