Skip to content

Commit

Permalink
fix telemetry key
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFaucherre committed Aug 1, 2023
1 parent 299a285 commit 092470d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/create_telemetry.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func CreateTelemetry(config *settings.Config) telemetry.Client {

telemetrySettings := settings.TelemetrySettings{}
user := telemetry.User{
IsSelfHosted: config.Host == "https://circleci.com",
IsSelfHosted: config.Host != defaultHost,
OS: runtime.GOOS,
Version: version.Version,
TeamName: "devex",
Expand Down

0 comments on commit 092470d

Please sign in to comment.