From 70fa3fbaac601d64da7f4289f616ebeaae5f3429 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 18 Jun 2013 22:02:09 -0700 Subject: [PATCH] builder/digitalocean: fmt --- builder/digitalocean/builder.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/digitalocean/builder.go b/builder/digitalocean/builder.go index 5d77955bc..a45b15d87 100644 --- a/builder/digitalocean/builder.go +++ b/builder/digitalocean/builder.go @@ -191,7 +191,7 @@ func (b *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (packe artifact := &Artifact{ snapshotName: state["snapshot_name"].(string), - snapshotId: state["snapshot_image_id"].(uint), + snapshotId: state["snapshot_image_id"].(uint), client: client, }