From 604b4f9ad2dc27a26438ef0fa9567e58a54567d4 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Thu, 11 Apr 2024 19:25:26 -0400 Subject: [PATCH] Update fetch location --- dist/index.js | 1 + src/index.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/dist/index.js b/dist/index.js index 16f22b5..83504f0 100644 --- a/dist/index.js +++ b/dist/index.js @@ -95203,6 +95203,7 @@ async function tearDownAutoCache() { const idslib = new IdsToolbox({ name: "magic-nix-cache", fetchStyle: "gh-env-style", + idsProjectName: "magic-nix-cache-closure", }); idslib.onMain(async () => { await setUpAutoCache(idslib); diff --git a/src/index.ts b/src/index.ts index 75df5d9..ac76998 100644 --- a/src/index.ts +++ b/src/index.ts @@ -304,6 +304,7 @@ async function tearDownAutoCache(): Promise { const idslib = new IdsToolbox({ name: "magic-nix-cache", fetchStyle: "gh-env-style", + idsProjectName: "magic-nix-cache-closure", }); idslib.onMain(async () => {