Skip to content

Commit

Permalink
Merge pull request quarkusio#196 from quintesse/fix_193
Browse files Browse the repository at this point in the history
Fixes quarkusio#193 url for alias has extra /
  • Loading branch information
maxandersen authored Jul 21, 2020
2 parents 5883ced + 6d65d4e commit cd2a618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/dev/jbang/AliasUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class AliasUtil {
private static final String GITLAB_URL = "https://gitlab.com/";
private static final String BITBUCKET_URL = "https://bitbucket.org/";

private static final String JBANG_CATALOG_REPO = "/jbang-catalog";
private static final String JBANG_CATALOG_REPO = "jbang-catalog";

/**
* Returns an Alias object for the given name with the given arguments and
Expand Down

0 comments on commit cd2a618

Please sign in to comment.