Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorrell committed Dec 9, 2020
1 parent 34dfd56 commit 514ee55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invenio_github/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ def codemeta(self):
'codemeta.json'
)
if validate_codemeta(codemeta):
return crosswalk(metadata, "codemeta", "Zenodo")
return crosswalk(codemeta, "codemeta", "Zenodo")
else:
return {}

Expand Down

0 comments on commit 514ee55

Please sign in to comment.