Skip to content

Commit

Permalink
Fix JSON typo in Droplet
Browse files Browse the repository at this point in the history
  • Loading branch information
vivi committed Nov 15, 2016
1 parent d9494d3 commit 8d4c97f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion droplets.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ type Droplet struct {
Networks *Networks `json:"networks,omitempty"`
Created string `json:"created_at,omitempty"`
Kernel *Kernel `json:"kernel,omitempty"`
Tags []string `json:"tags,ommitempty"`
Tags []string `json:"tags,omitempty"`
VolumeIDs []string `json:"volume_ids"`
}

Expand Down

0 comments on commit 8d4c97f

Please sign in to comment.