From 94e40c4223248ff7e0eb46e47b536facd2870026 Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Tue, 27 Feb 2024 10:09:59 -0800 Subject: [PATCH] fixup: regenerate bundle --- dist/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/index.js b/dist/index.js index a5e3462..cc9b2de 100644 --- a/dist/index.js +++ b/dist/index.js @@ -12296,6 +12296,7 @@ async function flakehub_login(netrc) { await fs$2.writeFile(netrc, [ `machine api.flakehub.com login flakehub password ${jwt}`, `machine flakehub.com login flakehub password ${jwt}`, + `machine cache.flakehub.com login flakehub password ${jwt}`, ].join("\n")); coreExports.info("Logged in to FlakeHub."); }