Skip to content

Commit

Permalink
Correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
holly-cummins committed Nov 16, 2023
1 parent 2180c9f commit e46a092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/dead-link-issue.java
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public void run() {


try {
final GitHub github = new GitHubBuilder()..withAppInstallationToken(token)
final GitHub github = new GitHubBuilder().withAppInstallationToken(token)
.build();

List<DeadLink> links = readTestOutputFile();
Expand Down

0 comments on commit e46a092

Please sign in to comment.