Re-format ci bot message

This commit is contained in:
Jason Liquorish 2018-10-12 23:11:02 +01:00
parent f1d7d71471
commit cdf874c23e

View file

@ -27,8 +27,11 @@ fn main() {
client.send_privmsg(
"#commits",
format!(
"Hello from Travis CI! {}/{} {}: {}",
repository_slug, branch, commit, commit_message
"[{}/{}] ({}) {}",
repository_slug,
branch,
&commit[..7],
commit_message
),
)?;
client.send_quit("QUIT")?;