add space for the hashtag
This commit is contained in:
parent
e7d71a2aea
commit
8201e2cbe4
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ let rec check ctx =
|
|||
if ctx.debug then print_endline "Tweeting...";
|
||||
let message =
|
||||
"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
|
||||
(* Tweet *)
|
||||
tweet ctx message;
|
||||
|
|
Loading…
Reference in a new issue