From 6ab28ba89ca3c099eb74cbbcc4d94e9c25f90329 Mon Sep 17 00:00:00 2001 From: Adrien Delorme Date: Fri, 15 Mar 2019 12:21:27 +0100 Subject: [PATCH] Update common/shell/shell.go be more descriptive --- common/shell/shell.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"`