Skip to content

Commit

Permalink
fix: update shorthand for rabbitmq (#1784)
Browse files Browse the repository at this point in the history
  • Loading branch information
roele authored Mar 16, 2024
1 parent 3f41b84 commit d232859
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 @@ -550,7 +550,7 @@ pub static DEFAULT_SHORTHANDS: Lazy<HashMap<&'static str, &'static str>> =
("qdns", "https://github.com/moritz-makandra/asdf-plugin-qdns.git"),
("quarkus", "https://github.com/asdf-community/asdf-quarkus.git"),
("r", "https://github.com/asdf-community/asdf-r.git"),
("rabbitmq", "https://github.com/w-sanches/asdf-rabbitmq.git"),
("rabbitmq", "https://github.com/mise-plugins/asdf-rabbitmq.git"),
("racket", "https://github.com/asdf-community/asdf-racket.git"),
("raku", "https://github.com/m-dango/asdf-raku.git"),
("rancher", "https://github.com/abinet/asdf-rancher.git"),
Expand Down

0 comments on commit d232859

Please sign in to comment.