Skip to content

Commit

Permalink
fix: jq Installed Using x86_64 on Apple Silicon using mise (#1804)
Browse files Browse the repository at this point in the history
  • Loading branch information
roele authored Mar 20, 2024
1 parent d5df98c commit 2ea978d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/default_shorthands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ pub static DEFAULT_SHORTHANDS: Lazy<HashMap<&'static str, &'static str>> =
("jless", "https://github.com/jc00ke/asdf-jless.git"),
("jmespath", "https://github.com/skyzyx/asdf-jmespath.git"),
("jmeter", "https://github.com/comdotlinux/asdf-jmeter"),
("jq", "https://github.com/lsanwick/asdf-jq.git"),
("jq", "https://github.com/mise-plugins/asdf-jq.git"),
("jqp", "https://gitlab.com/wt0f/asdf-jqp.git"),
("jreleaser", "https://github.com/joschi/asdf-jreleaser.git"),
("jsonnet", "https://github.com/Banno/asdf-jsonnet.git"),
Expand Down

0 comments on commit 2ea978d

Please sign in to comment.