From a8ffa60b4610a8c215bcc73d6b30261d12db6c8b Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Mon, 25 Nov 2019 11:24:00 -0800 Subject: [PATCH] remove the already-included packer config from top level struct --- common/shell-local/config.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/common/shell-local/config.go b/common/shell-local/config.go index 1a69f68eb..e4c808de9 100644 --- a/common/shell-local/config.go +++ b/common/shell-local/config.go @@ -10,7 +10,6 @@ import ( "runtime" "strings" - "github.com/hashicorp/packer/common" "github.com/hashicorp/packer/common/shell" configHelper "github.com/hashicorp/packer/helper/config" "github.com/hashicorp/packer/packer" @@ -18,8 +17,6 @@ import ( ) type Config struct { - common.PackerConfig `mapstructure:",squash"` - shell.Provisioner `mapstructure:",squash"` // ** DEPRECATED: USE INLINE INSTEAD **