Skip to content

Commit d2a1b3a

Browse files
committed
fix ref
1 parent ab54f6d commit d2a1b3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyeomp/bundle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def sync(ctx, verbosity):
5555
LOGGER.debug('Caching schema')
5656
LOGGER.debug(f'Downloading EOMP schema to {EOMP_FILES_TEMP}')
5757
EOMP_FILES_TEMP.mkdir(parents=True, exist_ok=True)
58-
EOMP_SCHEMA = 'https://raw.githubusercontent.com/EOEPCA/metadata-profile/refs/heads/master/schemas/resource.json' # noqa
58+
EOMP_SCHEMA = 'https://raw.githubusercontent.com/EOEPCA/eomp/refs/heads/master/schemas/eomp-bundled.json' # noqa
5959

6060
json_schema = EOMP_FILES_TEMP / 'eomp-bundled.json'
6161
with json_schema.open('wb') as fh:

0 commit comments

Comments
 (0)