fmt
This commit is contained in:
parent
8f74ff170d
commit
12f627197e
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue