Skip to content

Commit 18b67e8

Browse files
Update cmd/sts.go
Co-authored-by: Alessio Biancalana <[email protected]>
1 parent 95db21b commit 18b67e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/sts.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ func STSCommand(cli *di.Deps) *cobra.Command {
3333
cmd.AddCommand(AgentCommand(cli))
3434
cmd.AddCommand(UserSessionCommand(cli))
3535

36-
// Experimental commands forotel mapping
36+
// Experimental commands for otel mapping
3737
if os.Getenv("STS_EXPERIMENTAL_OTEL_MAPPING") != "" {
3838
cmd.AddCommand(OtelComponentMappingCommand(cli))
3939
cmd.AddCommand(OtelRelationtMappingCommand(cli))

0 commit comments

Comments
 (0)