builder/digitalocean: get compilation working again

This commit is contained in:
Mitchell Hashimoto
2013-09-04 22:53:37 -07:00
parent 290b9ef836
commit 45c88e2aea
-1
View File
@@ -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)