Skip to content

Commit e99d8c5

Browse files
committed
Correct name in defect-raising script
1 parent f55e903 commit e99d8c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site-validation/bad-image-issue.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class Report implements Runnable {
3434
// We can't use a label because we may not have the right privileges in the repo we're
3535
// raising an issue in
3636
private static final String EYECATCHER = "QuarkusExtensionsBadImageHelper";
37-
public static final String OUTPUT_PATH = "dead-link-check-results.json";
37+
public static final String OUTPUT_PATH = "bad-image-check-results.json";
3838
@Option(names = "token", description = "Github token to use when calling the Github API")
3939
private String token;
4040

0 commit comments

Comments
 (0)