Commit 78302f20 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

builder/digitalocean: get compilation working again

parent 94d369f5
......@@ -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)
......
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