Skip to content

Commit

Permalink
Make the getGithubPath method return User/Repo/Branch instead of User…
Browse files Browse the repository at this point in the history
…/Repo
  • Loading branch information
BuildTools committed Jun 18, 2021
1 parent 0a8287f commit ed96769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/me/apeiros/alchimiavitae/AlchimiaVitae.java
Expand Up @@ -51,7 +51,7 @@ protected Metrics setupMetrics() {
@Override
@Nonnull
protected String getGithubPath() {
return "Apeiros-46B/AlchimiaVitae";
return "Apeiros-46B/AlchimiaVitae/master";
}

public static AlchimiaVitae i() {
Expand Down

0 comments on commit ed96769

Please sign in to comment.