Commit 84891701 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

go fmt

parent 7eb8daaa
......@@ -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
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment