Skip to content

Commit

Permalink
chore: more rename master to main. Fixes #870
Browse files Browse the repository at this point in the history
  • Loading branch information
maxandersen committed May 16, 2021
1 parent 6f1e307 commit bb1fe10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public static void main(String... args) throws IOException, InterruptedException
out.println("All the best from jbang.dev and its awesome contributors!\n");
out.println("https://github.com/jbangdev/jbang/blob/HEAD/CONTRIBUTORS.md\n\n");

URL u = new URL("https://raw.githubusercontent.com/jbangdev/jbang/master/CONTRIBUTORS.md");
URL u = new URL("https://raw.githubusercontent.com/jbangdev/jbang/HEAD/CONTRIBUTORS.md");

try (Scanner scanner = new Scanner(u.openStream(), StandardCharsets.UTF_8.toString())) {

Expand Down

0 comments on commit bb1fe10

Please sign in to comment.