Skip to content

Commit

Permalink
feat(registry): add aqua as primary backend for tools using ubi curre…
Browse files Browse the repository at this point in the history
…ntly

Add aqua as the primary backend for all possible tools that are using
ubi as the primary backend currently.

This was achived by comparing `mise registry` and `aqua list` against
each other with the following command:

    comm -12 \
      <(mise registry | awk '{ print $2 }' | cut -d'[' -f1 | grep -E '^ubi:' | sed 's/^ubi://' | sort -u) \
      <(aqua list | cut -d',' -f2 | sort -u)
  • Loading branch information
jimeh committed Dec 12, 2024
1 parent 59b6788 commit 2fdcc92
Show file tree
Hide file tree
Showing 2 changed files with 142 additions and 142 deletions.
Loading

0 comments on commit 2fdcc92

Please sign in to comment.