fixup: regenerate bundle

This commit is contained in:
Cole Helbling 2024-02-27 10:09:59 -08:00
parent ead5afc337
commit 94e40c4223

1
dist/index.js generated vendored
View file

@ -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.");
}