Update common/shell/shell.go

be more descriptive
pull/7385/head
Adrien Delorme 7 years ago committed by GitHub
parent b4ec6e2ed2
commit 6ab28ba89c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"`

Loading…
Cancel
Save