From 8d0336089940876caaf82089d7e396f230935259 Mon Sep 17 00:00:00 2001 From: toast-ts <96593068+toast-ts@users.noreply.github.com> Date: Tue, 26 Dec 2023 17:35:56 +1100 Subject: [PATCH] Big bruh on update cmd --- src/commands/dev.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/dev.ts b/src/commands/dev.ts index ff272c8..8bf439c 100644 --- a/src/commands/dev.ts +++ b/src/commands/dev.ts @@ -71,7 +71,7 @@ export default class Developer { deletion: repoData.stats.deletions.toLocaleString('en-US') }; const msgBody = MessageTool.concatMessage( - `[Commit pulled](<${repoData.commit.url}>)`, + `[Commit pulled](<${repoData.html_url}>)`, `Message: **${repoData.commit.message.length === 0 ? '*No commit message*' : repoData.commit.message}**`, `Author: **${repoData.commit.author.name}**`, 'Changes',