Commit 70fa3fba authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

builder/digitalocean: fmt

parent b98df11c
......@@ -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,
}
......
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