builder/digitalocean: fmt

This commit is contained in:
Mitchell Hashimoto 2013-06-18 22:02:09 -07:00
parent 72f5d84cb7
commit 221281b714
1 changed files with 1 additions and 1 deletions

View File

@ -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,
}