mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-25 09:14:01 -04:00
builder/digitalocean: get compilation working again
This commit is contained in:
@@ -12,7 +12,6 @@ type stepShutdown struct{}
|
||||
|
||||
func (s *stepShutdown) Run(state multistep.StateBag) multistep.StepAction {
|
||||
client := state.Get("client").(*DigitalOceanClient)
|
||||
c := state.Get("config").(config)
|
||||
ui := state.Get("ui").(packer.Ui)
|
||||
dropletId := state.Get("droplet_id").(uint)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user