Skip to content

Commit

Permalink
fix: correct mlflow typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed Aug 14, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 705811f commit 045f97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/package-url.js
Original file line number Diff line number Diff line change
@@ -313,7 +313,7 @@ const Type = createHelpersNamespaceObject(
// https://github.com/package-url/purl-spec/blob/master/PURL-TYPES.rst#mlflow
mlflow(purl, throws) {
return validateEmptyByType(
'mflow',
'mlflow',
'namespace',
purl.namespace,
throws

0 comments on commit 045f97c

Please sign in to comment.