Skip to content

Commit 9ab091e

Browse files
authored
Merge pull request #8 from bupd/docs
2 parents e93584f + fb6166a commit 9ab091e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ func handleFile(bot *tgbot.BotAPI, fileID string, chatID int64, caption string)
126126
cleanCaption, altText := ParseCaptionAlt(caption)
127127

128128
log.Println("Posting Updates via crosspost")
129-
log.Printf("\n run cmd: crosspost -bmtl --image %s --image-alt '%s' '%s'", savePath, altText, cleanCaption)
129+
log.Printf("\n run cmd: crosspost -bmt --image %s --image-alt '%s' '%s'", savePath, altText, cleanCaption)
130130

131131
go PostViaCrosspost(bot, chatID, savePath, altText, cleanCaption)
132132
}

0 commit comments

Comments
 (0)