Skip to content

Commit

Permalink
Fix typo in constant (#5)
Browse files Browse the repository at this point in the history
(cherry picked from commit 27b594e)
  • Loading branch information
NotMyFault committed Jun 17, 2023
1 parent 9e0549a commit ae0a34f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion disgit.js
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ function buildPush(json) {
return JSON.stringify({
"embeds": [
{
"title": "[" + repository["name"] + ":" + branch + "] " + amount + ` new ${commitWword}`,
"title": "[" + repository["name"] + ":" + branch + "] " + amount + ` new ${commitWord}`,
"description": description,
"url": amount === 1 ? lastCommitUrl : compare,
"author": {
Expand Down

0 comments on commit ae0a34f

Please sign in to comment.