Update shell.go

remove typo
This commit is contained in:
Adrien Delorme 2019-03-14 12:50:19 +01:00
parent a77ce59e36
commit eedf5e4387
1 changed files with 1 additions and 1 deletions

View File

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