builder/digitalocean: get compilation working again

pull/389/head
Mitchell Hashimoto 13 years ago
parent 290b9ef836
commit 45c88e2aea

@ -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)

Loading…
Cancel
Save