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 { ...@@ -34,8 +34,8 @@ func (Command) Run(env packer.Environment, args []string) int {
// The component finder for our builds // The component finder for our builds
components := &packer.ComponentFinder{ components := &packer.ComponentFinder{
Builder: env.Builder, Builder: env.Builder,
Hook: env.Hook, Hook: env.Hook,
Provisioner: env.Provisioner, Provisioner: env.Provisioner,
} }
......
...@@ -19,8 +19,8 @@ build = "packer-command-build" ...@@ -19,8 +19,8 @@ build = "packer-command-build"
` `
type config struct { type config struct {
Builders map[string]string Builders map[string]string
Commands map[string]string Commands map[string]string
Provisioners map[string]string Provisioners map[string]string
} }
......
...@@ -9,7 +9,7 @@ import ( ...@@ -9,7 +9,7 @@ import (
) )
type cmdProvisioner struct { type cmdProvisioner struct {
p packer.Provisioner p packer.Provisioner
client *client 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