Skip to content

Commit

Permalink
fix: fix missing unit
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegec committed Mar 11, 2024
1 parent f46df2f commit c10d9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/formatter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ pub fn to_markdown_build_result(
worker_hostname,
worker_arch,
format!("**Enqueue time**: {}\n", teloxide::utils::markdown::escape(&job.creation_time.to_string())),
format_args!("{}", elapsed_secs),
format!("{}s", elapsed_secs),
format!("**Git commit**: [{}](https://github.com/AOSC-Dev/aosc-os-abbs/commit/{})\n", &pipeline.git_sha[..8], pipeline.git_sha),
job.arch,
teloxide::utils::markdown::escape(&job.packages),
Expand Down

0 comments on commit c10d9da

Please sign in to comment.