Skip to content

Commit

Permalink
Fix misspelling of PX_TRACE_STATIC_TLS_BINARIES PEM flag (#1573)
Browse files Browse the repository at this point in the history
Summary: Fix misspelling of `PX_TRACE_STATIC_TLS_BINARIES` PEM flag

Relevant Issues: #692

Type of change: /kind bug

Test Plan: grep'ed to make sure the flag is consistent with stirling's
flag
```
ddelnano@vigenere:~/code/pixie (ddelnano/attempt-to-reproduce-amqproxy-issue) $ git grep PX_TRACE_STATIC_TLS_BINARIES
src/stirling/source_connectors/socket_tracer/socket_trace_connector.cc:    stirling_trace_static_tls_binaries, gflags::BoolFromEnv("PX_TRACE_STATIC_TLS_BINARIES", false),
```

Signed-off-by: Dom Del Nano <[email protected]>
  • Loading branch information
ddelnano authored Jun 26, 2023
1 parent a0439cb commit 37fea48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ var availableFeatureFlags = []*featureFlag{
},
{
FeatureFlagName: "probe-static-tls-binaries",
VizierFlagName: "PL_TRACE_STATIC_TLS_BINARIES",
VizierFlagName: "PX_TRACE_STATIC_TLS_BINARIES",
DefaultValue: false,
},
}
Expand Down

0 comments on commit 37fea48

Please sign in to comment.