From 0fe2f5a25fb2995c3d5ad7bc1c9fdda28d0d7313 Mon Sep 17 00:00:00 2001 From: Kyle Lacy Date: Wed, 29 Jan 2025 02:10:40 -0800 Subject: [PATCH] Fix git repo URL to fix `carapace` build (#218) --- packages/carapace/brioche.lock | 4 ++-- packages/carapace/project.bri | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/carapace/brioche.lock b/packages/carapace/brioche.lock index d47e228..6285f29 100644 --- a/packages/carapace/brioche.lock +++ b/packages/carapace/brioche.lock @@ -1,8 +1,8 @@ { "dependencies": {}, "git_refs": { - "https://github.com/carapace-sh/carapace.git": { - "v1.1.1": "74167cbe2c66c0bbd8a11c5adcd58ec68b1be337" + "https://github.com/carapace-sh/carapace-bin.git": { + "v1.1.1": "08c3a82ad974e6904329b6b674670689da068d81" } } } diff --git a/packages/carapace/project.bri b/packages/carapace/project.bri index 946a0e7..0ad1153 100644 --- a/packages/carapace/project.bri +++ b/packages/carapace/project.bri @@ -9,7 +9,7 @@ export const project = { const source = gitCheckout( Brioche.gitRef({ - repository: "https://github.com/carapace-sh/carapace.git", + repository: "https://github.com/carapace-sh/carapace-bin.git", ref: `v${project.version}`, }), );