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

Skip to content

Commit fef47cc

Browse files
authored
Update trace datadog variable name
1 parent a86d513 commit fef47cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli/start.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ func start() *cobra.Command {
5353
tlsKeyFile string
5454
tlsMinVersion string
5555
useTunnel bool
56-
traceDD bool
56+
traceDatadog bool
5757
)
5858
root := &cobra.Command{
5959
Use: "start",
6060
RunE: func(cmd *cobra.Command, args []string) error {
61-
if traceDD {
61+
if traceDatadog {
6262
tracer.Start()
6363
defer tracer.Stop()
6464
}

0 commit comments

Comments
 (0)