Skip to content

Commit

Permalink
Fix typo in actions field
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuildthecloud committed Nov 15, 2017
1 parent b69f96a commit 0cf22cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/server_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func (r *RawResource) MarshalJSON() ([]byte, error) {
if r.ActionLinks {
data["actionLinks"] = r.Actions
} else {
data["action"] = r.Actions
data["actions"] = r.Actions
}
return json.Marshal(data)
}
Expand Down

0 comments on commit 0cf22cc

Please sign in to comment.