Skip to content

Commit

Permalink
Fix discord formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerboa-app committed Jun 29, 2024
1 parent 0a5f5e1 commit 279d592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/integrations/git/refresh.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ impl GitRefreshTask
{
Some(format!
(
"Checked out new commit for {}:```\n {}\n by {}\n at {}```",
"Checked out new commit for {}:\n```\n {}\n by {}\n at {}\n```",
config.domain,
info.hash,
info.author_name,
Expand Down

0 comments on commit 279d592

Please sign in to comment.