Skip to content

Commit

Permalink
Merge branch 'master' into fix-local-channel
Browse files Browse the repository at this point in the history
  • Loading branch information
aliciaaevans authored Dec 13, 2023
2 parents b7e56f5 + 73e69b2 commit 73d6b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bioconda_utils/lint/check_repodata_patches.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def check_recipe(self, recipe):
return
repodata = utils.RepoData()
old_versions = repodata.get_versions("bioconda-repodata-patches")
if recipe.get('version') in old_versions:
if recipe.get('package/version') in old_versions:
self.message()


Expand Down

0 comments on commit 73d6b8b

Please sign in to comment.