Skip to content

Commit

Permalink
misc: fix signature
Browse files Browse the repository at this point in the history
  • Loading branch information
nichmor committed Jul 3, 2024
1 parent 4e1367f commit 0efbd07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/repror/cli/rebuild_recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ def rebuild_recipe(

latest_build_with_rebuild = get_latest_build_with_rebuild(
recipes_to_find,
rattler_hash,
# rattler_hash,
platform_name,
platform_version,
# platform_version,
)

for recipe in recipes:
Expand Down

0 comments on commit 0efbd07

Please sign in to comment.