Skip to content

Commit 5c9434e

Browse files
bpmctkylecarbs
authored andcommitted
chore: add fly.io install source
1 parent 54bbed8 commit 5c9434e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/telemetry/telemetry.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ func (r *remoteReporter) deployment() error {
233233

234234
// Tracks where Coder was installed from!
235235
installSource := os.Getenv("CODER_TELEMETRY_INSTALL_SOURCE")
236-
if installSource != "" && installSource != "aws_marketplace" {
236+
if installSource != "" && installSource != "aws_marketplace" && installSource != "fly.io" {
237237
return xerrors.Errorf("invalid installce source: %s", installSource)
238238
}
239239

0 commit comments

Comments
 (0)