From 923ae487a92ddd2aeb3adf5a5724ebd485579e52 Mon Sep 17 00:00:00 2001 From: Fredrik Nicol Date: Thu, 15 Apr 2021 12:51:43 +0200 Subject: [PATCH] Update update branch --- update.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.ts b/update.ts index 4c89321..d8f8ac4 100644 --- a/update.ts +++ b/update.ts @@ -26,7 +26,7 @@ async function update() { }), await getJsonAsync({ hostname: 'api.github.com', - path: '/repos/mdn/browser-compat-data/branches/master', + path: '/repos/mdn/browser-compat-data/branches/main', headers: { 'User-Agent': 'NodeJS' }, }), ];