Skip to content

Commit

Permalink
Merge pull request digitalocean#110 from secant/volume-fix
Browse files Browse the repository at this point in the history
Fix droplet JSON to support VolumeIDs
  • Loading branch information
aybabtme authored Nov 16, 2016
2 parents 48aa6fe + 8d4c97f commit c3a2aad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions droplets.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ type Droplet struct {
Networks *Networks `json:"networks,omitempty"`
Created string `json:"created_at,omitempty"`
Kernel *Kernel `json:"kernel,omitempty"`
Tags []string `json:"tags,ommitempty"`
VolumeIDs []string `json:"volumes"`
Tags []string `json:"tags,omitempty"`
VolumeIDs []string `json:"volume_ids"`
}

// PublicIPv4 returns the public IPv4 address for the Droplet.
Expand Down

0 comments on commit c3a2aad

Please sign in to comment.