Update types.packer_config.go

This commit is contained in:
Adrien Delorme 2020-05-08 17:19:49 +02:00
parent a93a45e4d3
commit 1f3e85185e
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import (
// PackerConfig represents a loaded Packer HCL config. It will contain // PackerConfig represents a loaded Packer HCL config. It will contain
// references to all possible blocks of the allowed configuration. // references to all possible blocks of the allowed configuration.
type PackerConfig struct { type PackerConfig struct {
parser *Parser // parser *Parser
// Directory where the config files are defined // Directory where the config files are defined
Basedir string Basedir string