Skip to content

Commit

Permalink
Use existing const in osinfo_default (#754)
Browse files Browse the repository at this point in the history
Closes #753
  • Loading branch information
aeneasr authored and gbbr committed Oct 15, 2020
1 parent ec56425 commit 41d4ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddtrace/tracer/osinfo_default.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ func osName() string {
}

func osVersion() string {
return unknownVersion
return unknown
}

0 comments on commit 41d4ee0

Please sign in to comment.