Typo fix
This commit is contained in:
parent
b90c92a436
commit
74a9b05c04
|
@ -38,7 +38,7 @@ const resolveSourcifySource = (source: SourcifySource) => {
|
||||||
return sourcifyHttpRepoPrefix;
|
return sourcifyHttpRepoPrefix;
|
||||||
}
|
}
|
||||||
|
|
||||||
throw new Error(`Unknown Sourcify intergration source code: ${source}`);
|
throw new Error(`Unknown Sourcify integration source code: ${source}`);
|
||||||
};
|
};
|
||||||
|
|
||||||
export const sourcifyMetadata = (
|
export const sourcifyMetadata = (
|
||||||
|
|
Loading…
Reference in New Issue