Skip to content

Commit

Permalink
refactor: use aqua for lefthook (#3246)
Browse files Browse the repository at this point in the history
  • Loading branch information
scop authored Nov 27, 2024
1 parent 1202940 commit 4386584
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ You can also specify the full name for a tool using `mise use aqua:1password/cli
| lane | [asdf:CodeReaper/asdf-lane](https://github.com/CodeReaper/asdf-lane) |
| lazygit | [aqua:jesseduffield/lazygit](https://github.com/jesseduffield/lazygit) [asdf:nklmilojevic/asdf-lazygit](https://github.com/nklmilojevic/asdf-lazygit) |
| lean | [asdf:asdf-community/asdf-lean](https://github.com/asdf-community/asdf-lean) |
| lefthook | [ubi:evilmartians/lefthook](https://github.com/evilmartians/lefthook) [asdf:jtzero/asdf-lefthook](https://github.com/jtzero/asdf-lefthook) |
| lefthook | [aqua:evilmartians/lefthook](https://github.com/evilmartians/lefthook) [ubi:evilmartians/lefthook](https://github.com/evilmartians/lefthook) [asdf:jtzero/asdf-lefthook](https://github.com/jtzero/asdf-lefthook) |
| leiningen | [asdf:miorimmax/asdf-lein](https://github.com/miorimmax/asdf-lein) |
| levant | [aqua:hashicorp/levant](https://github.com/hashicorp/levant) [asdf:asdf-community/asdf-hashicorp](https://github.com/asdf-community/asdf-hashicorp) |
| lfe | [asdf:asdf-community/asdf-lfe](https://github.com/asdf-community/asdf-lfe) |
Expand Down
2 changes: 1 addition & 1 deletion registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ lab.backends = ["aqua:zaquestion/lab", "asdf:particledecay/asdf-lab"]
lane.backends = ["asdf:CodeReaper/asdf-lane"]
lazygit.backends = ["aqua:jesseduffield/lazygit", "asdf:nklmilojevic/asdf-lazygit"]
lean.backends = ["asdf:asdf-community/asdf-lean"]
lefthook.backends = ["ubi:evilmartians/lefthook", "asdf:jtzero/asdf-lefthook"]
lefthook.backends = ["aqua:evilmartians/lefthook", "ubi:evilmartians/lefthook", "asdf:jtzero/asdf-lefthook"]
leiningen.backends = ["asdf:miorimmax/asdf-lein"]
levant.backends = ["aqua:hashicorp/levant", "asdf:asdf-community/asdf-hashicorp"]
lfe.backends = ["asdf:asdf-community/asdf-lfe"]
Expand Down

0 comments on commit 4386584

Please sign in to comment.