Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickeskov committed Sep 19, 2023
1 parent 6ee26f0 commit bf1f109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/bots/telegram/telegram.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func newTelegramBotConfig() *telegramBotConfig {
tools.StringVarFlagWithEnv(&c.tgBotToken, "tg-bot-token", "",
"The secret token used to authenticate the bot")
tools.StringVarFlagWithEnv(&c.publicURL, "public-url", "",
"The public url for websocket only")
"The public url for webhook only")
tools.Int64VarFlagWithEnv(&c.tgChatID, "telegram-chat-id",
0, "telegram chat ID to send alerts through")
tools.StringVarFlagWithEnv(&c.logLevel, "log-level", "INFO",
Expand Down

0 comments on commit bf1f109

Please sign in to comment.