Skip to content

Commit e59d480

Browse files
committed
Fix build issue created by the merge
1 parent 7d6a79a commit e59d480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/pkg/agent/cmd/diagnostics_otel.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ func newOtelDiagnosticsCommand(streams *cli.IOStreams) *cobra.Command {
2525
Long: "This command gathers diagnostics information from the EDOT and writes it to a zip archive",
2626
RunE: func(cmd *cobra.Command, _ []string) error {
2727
if err := otelDiagnosticCmd(streams, cmd); err != nil {
28-
fmt.Fprintf(streams.Err, "Error: %v\n%s\n", err, troubleshootMessage())
28+
fmt.Fprintf(streams.Err, "Error: %v\n%s\n", err, troubleshootMessage)
2929
os.Exit(1)
3030
}
3131
return nil

0 commit comments

Comments
 (0)