Skip to content

Commit 49d07a1

Browse files
Merge pull request #4 from Ecdcaeb/patch-1
fix typo from `issueTracker` to `issueTrackerUrl`
2 parents 00e1431 + 7a12381 commit 49d07a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/resource-templates/mcmod.info

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"updateJSON": "{{ mod_update_json }}",
1111
"logoFile": "{{ mod_logo_path }}",
1212
"modProperties": {
13-
"issueTracker": "{{ mod_issue_tracker }}"
13+
"issueTrackerUrl": "{{ mod_issue_tracker }}"
1414
}
15-
}]
15+
}]

0 commit comments

Comments
 (0)