Skip to content

Commit

Permalink
ref(cmd): Fix typo
Browse files Browse the repository at this point in the history
Fix typo on exporter version info loggin, promtheus/prometheus
  • Loading branch information
coolapso committed Aug 9, 2024
1 parent 41c8aef commit 332765e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ func exporter() {
logger.Info("User token not enabled, using application token instead")
}

logger.Info(fmt.Sprintf("starting promtheus twitch exporter %v %v", version.Info(), version.BuildContext()))
logger.Info(fmt.Sprintf("starting prometheus twitch exporter %v %v", version.Info(), version.BuildContext()))
exporter, err := collectors.NewExporter(s, logger)
if err != nil {
logger.Error("Failed to create new exporter", "err", err)
Expand Down

0 comments on commit 332765e

Please sign in to comment.