From ee18110e928aa6e55de972cd366400bd50c2a475 Mon Sep 17 00:00:00 2001 From: Aaron Powell Date: Thu, 28 Aug 2025 15:41:01 +1000 Subject: [PATCH] Update update-readme.js Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- update-readme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-readme.js b/update-readme.js index a6e4af2..5fb219b 100755 --- a/update-readme.js +++ b/update-readme.js @@ -253,7 +253,7 @@ const AKA_INSTALL_URLS = { }; function makeBadges(link, type) { - const aka = AKA_INSTALL_URLS[type] || `${AKA_INSTALL_URLS.instructions}`; + const aka = AKA_INSTALL_URLS[type] || AKA_INSTALL_URLS.instructions; const vscodeUrl = `${aka}?url=${encodeURIComponent(`vscode:chat-${type}/install?url=${repoBaseUrl}/${link}`)}`; const insidersUrl = `${aka}?url=${encodeURIComponent(`vscode-insiders:chat-${type}/install?url=${repoBaseUrl}/${link}`)}`;