add space for the hashtag

This commit is contained in:
Mylloon 2024-03-09 15:23:09 +01:00
parent e7d71a2aea
commit 8201e2cbe4
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -52,7 +52,7 @@ let rec check ctx =
if ctx.debug then print_endline "Tweeting..."; if ctx.debug then print_endline "Tweeting...";
let message = let message =
"This tweet is for the Twitter's CTO: don't suspend my account for inactivity." "This tweet is for the Twitter's CTO: don't suspend my account for inactivity."
^ if ctx.hashtag then "#puskbot" else "" ^ if ctx.hashtag then " #puskbot" else ""
in in
(* Tweet *) (* Tweet *)
tweet ctx message; tweet ctx message;