Skip to content

Commit

Permalink
fix: use correct quarkus prefix for jbang aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
iocanel committed Aug 3, 2023
1 parent 927f7a8 commit cc368cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class JBangCatalogService extends CatalogService<JBangCatalog> {
private final JBangSupport jbang;

public JBangCatalogService(MessageWriter output) {
this(output, "quarkus", "quarkusio");
this(output, "quarkus-", "quarkusio");
}

public JBangCatalogService(MessageWriter output, String pluginPrefix, String fallbackCatalog, String... remoteCatalogs) {
Expand Down

0 comments on commit cc368cf

Please sign in to comment.