Update common/shell/shell.go

be more descriptive
This commit is contained in:
Adrien Delorme 2019-03-15 12:21:27 +01:00 committed by GitHub
parent b4ec6e2ed2
commit 6ab28ba89c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ package shell
import "github.com/hashicorp/packer/common"
// Provisioner contains common fields to all provisioners
// Provisioner contains common fields to all shell provisioners
type Provisioner struct {
common.PackerConfig `mapstructure:",squash"`