From eedf5e43872890b698d4a52e576d0a69f30d38d9 Mon Sep 17 00:00:00 2001 From: Adrien Delorme Date: Thu, 14 Mar 2019 12:50:19 +0100 Subject: [PATCH] Update shell.go remove typo --- 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 5650440d6..2bd67f848 100644 --- a/common/shell/shell.go +++ b/common/shell/shell.go @@ -1,4 +1,4 @@ -// Package shell defines conde that is common in shells +// Package shell defines code that is common in shells package shell import "github.com/hashicorp/packer/common"