go fmt
This commit is contained in:
parent
7eb8daaa9c
commit
84891701bd
|
@ -34,8 +34,8 @@ func (Command) Run(env packer.Environment, args []string) int {
|
|||
|
||||
// The component finder for our builds
|
||||
components := &packer.ComponentFinder{
|
||||
Builder: env.Builder,
|
||||
Hook: env.Hook,
|
||||
Builder: env.Builder,
|
||||
Hook: env.Hook,
|
||||
Provisioner: env.Provisioner,
|
||||
}
|
||||
|
||||
|
|
|
@ -19,8 +19,8 @@ build = "packer-command-build"
|
|||
`
|
||||
|
||||
type config struct {
|
||||
Builders map[string]string
|
||||
Commands map[string]string
|
||||
Builders map[string]string
|
||||
Commands map[string]string
|
||||
Provisioners map[string]string
|
||||
}
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ import (
|
|||
)
|
||||
|
||||
type cmdProvisioner struct {
|
||||
p packer.Provisioner
|
||||
p packer.Provisioner
|
||||
client *client
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue