diff --git a/common/shell/shell.go b/common/shell/shell.go index 2bd67f848..39a89fa5e 100644 --- a/common/shell/shell.go +++ b/common/shell/shell.go @@ -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"`