Commit 12f62719 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

fmt

parent 8f74ff17
......@@ -97,7 +97,7 @@ func (b *coreBuild) Prepare() (err error) {
packerConfig := map[string]interface{}{
BuildNameConfigKey: b.name,
DebugConfigKey: b.debug,
DebugConfigKey: b.debug,
}
// Prepare the builder
......
......@@ -41,7 +41,7 @@ func TestBuild_Prepare(t *testing.T) {
packerConfig := map[string]interface{}{
BuildNameConfigKey: "test",
DebugConfigKey: false,
DebugConfigKey: false,
}
build := testBuild()
......@@ -87,7 +87,7 @@ func TestBuild_Prepare_Debug(t *testing.T) {
packerConfig := map[string]interface{}{
BuildNameConfigKey: "test",
DebugConfigKey: true,
DebugConfigKey: true,
}
build := testBuild()
......
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