Skip to content

Commit

Permalink
Fix git repo URL to fix carapace build (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylewlacy authored Jan 29, 2025
1 parent cbd5963 commit 0fe2f5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/carapace/brioche.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/carapace/project.bri
Original file line number Diff line number Diff line change
Expand Up @@ -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}`,
}),
);
Expand Down

0 comments on commit 0fe2f5a

Please sign in to comment.