Skip to content

Commit 18ce4ff

Browse files
authored
Fix parsing error in translated websites (#2098)
1 parent 7b5a422 commit 18ce4ff

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

working-groups/main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public class main implements Callable<Integer> {
6060
DynamicGraphQLClient githubClient;
6161

6262
@Inject
63-
@Location("wg.yaml")
63+
@Location("wg.yaml.template")
6464
Template yaml;
6565

6666
@Override
File renamed without changes.

0 commit comments

Comments
 (0)