mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-21 23:41:41 -04:00
builder/digitalocean: fmt
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user