Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 31e9041

Browse files
authored
Fix traceDatadog var usage
1 parent fef47cc commit 31e9041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/start.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ func start() *cobra.Command {
329329
`Specifies the minimum supported version of TLS. Accepted values are "tls10", "tls11", "tls12" or "tls13"`)
330330
cliflag.BoolVarP(root.Flags(), &useTunnel, "tunnel", "", "CODER_DEV_TUNNEL", false, "Serve dev mode through a Cloudflare Tunnel for easy setup")
331331
_ = root.Flags().MarkHidden("tunnel")
332-
cliflag.BoolVarP(root.Flags(), &traceDD, "trace-datadog", "", "CODER_TRACE_DATADOG", false, "Send tracing data to a datadog agent")
332+
cliflag.BoolVarP(root.Flags(), &traceDatadog, "trace-datadog", "", "CODER_TRACE_DATADOG", false, "Send tracing data to a datadog agent")
333333

334334
return root
335335
}

0 commit comments

Comments
 (0)