Commit 4762075d authored by Vasiliy Tolstov's avatar Vasiliy Tolstov

add missing variable

Signed-off-by: default avatarVasiliy Tolstov <v.tolstov@selfip.ru>
parent 56318737
......@@ -122,6 +122,7 @@ func (b *Builder) Prepare(raws ...interface{}) ([]string, error) {
if err != nil {
return nil, err
}
warnings := make([]string, 0)
b.config.tpl, err = packer.NewConfigTemplate()
if err != nil {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment