From 8e632866b10279d25d89865ea77231e806862307 Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Wed, 7 Oct 2020 15:22:08 -0700 Subject: [PATCH] typo --- builder/qemu/builder.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/qemu/builder.go b/builder/qemu/builder.go index 4c6330aa1..09d6b3f2d 100644 --- a/builder/qemu/builder.go +++ b/builder/qemu/builder.go @@ -193,7 +193,7 @@ func (b *Builder) Run(ctx context.Context, ui packer.Ui, hook packer.Hook) (pack artifact.state["generated_data"] = state.Get("generated_data") artifact.state["diskName"] = b.config.VMName - // placed in state in steap_create_disk.go + // placed in state in step_create_disk.go diskpaths, ok := state.Get("qemu_disk_paths").([]string) if ok { artifact.state["diskPaths"] = diskpaths