Skip to content

Commit f28fc36

Browse files
committed
Fix significant URL capitalization in default Info.xml schema location
1 parent 28030b7 commit f28fc36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/definitions/Metadata.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export interface FomodInfoData {
2323

2424
}
2525

26-
export const DefaultInfoSchema = 'https://fomod.bellcube.dev/schemas/info.xsd';
26+
export const DefaultInfoSchema = 'https://fomod.bellcube.dev/schemas/Info.xsd';
2727

2828
/** Information stored in the Info.xml file of any given FOMOD
2929
*

0 commit comments

Comments
 (0)