Skip to content

Commit ee18110

Browse files
aaronpowellCopilot
andauthored
Update update-readme.js
Co-authored-by: Copilot <[email protected]>
1 parent 7094918 commit ee18110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update-readme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ const AKA_INSTALL_URLS = {
253253
};
254254

255255
function makeBadges(link, type) {
256-
const aka = AKA_INSTALL_URLS[type] || `${AKA_INSTALL_URLS.instructions}`;
256+
const aka = AKA_INSTALL_URLS[type] || AKA_INSTALL_URLS.instructions;
257257

258258
const vscodeUrl = `${aka}?url=${encodeURIComponent(`vscode:chat-${type}/install?url=${repoBaseUrl}/${link}`)}`;
259259
const insidersUrl = `${aka}?url=${encodeURIComponent(`vscode-insiders:chat-${type}/install?url=${repoBaseUrl}/${link}`)}`;

0 commit comments

Comments
 (0)