Skip to content

Commit

Permalink
fixed type/char-swap
Browse files Browse the repository at this point in the history
  • Loading branch information
arthfl committed Oct 17, 2017
1 parent 08d3e82 commit c5a2244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nodejs/hooks/dynatrace.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ func (h DynatraceHook) agentPath(installDir string) (string, error) {
Path string `json:"path"`
Md5 string `json:"md5"`
Version string `json:"version"`
Binarytype string `json:"binarytype,omitemtpy"`
Binarytype string `json:"binarytype,omitempty"`
}

type Architecture map[string][]Binary
Expand Down

0 comments on commit c5a2244

Please sign in to comment.