Skip to content

Commit

Permalink
fix: fix typo in /status
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegec committed Mar 14, 2024
1 parent 2e45754 commit c9a21c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/bot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ async fn status(pool: DbPool) -> anyhow::Result<String> {

for status in pipeline_status(pool.clone()).await? {
res += &format!(
"*{}*: {} jobs \\(s\\) pending, {} jobs\\(s\\) running, {} available server\\(s\\)\n",
"*{}*: {} job\\(s\\) pending, {} job\\(s\\) running, {} available server\\(s\\)\n",
teloxide::utils::markdown::escape(&status.arch),
status.pending,
status.running,
Expand Down

0 comments on commit c9a21c5

Please sign in to comment.