From fb6166abf81882a446cb9b7c4b61c9691c5cc2e2 Mon Sep 17 00:00:00 2001 From: bupd Date: Tue, 13 Jan 2026 14:06:40 +0530 Subject: [PATCH] fix: wrong comment Signed-off-by: bupd --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index ca66c5b..c07dfaf 100644 --- a/main.go +++ b/main.go @@ -126,7 +126,7 @@ func handleFile(bot *tgbot.BotAPI, fileID string, chatID int64, caption string) cleanCaption, altText := ParseCaptionAlt(caption) log.Println("Posting Updates via crosspost") - log.Printf("\n run cmd: crosspost -bmtl --image %s --image-alt '%s' '%s'", savePath, altText, cleanCaption) + log.Printf("\n run cmd: crosspost -bmt --image %s --image-alt '%s' '%s'", savePath, altText, cleanCaption) go PostViaCrosspost(bot, chatID, savePath, altText, cleanCaption) }