Skip to content

Commit

Permalink
Make ppa-dev-tools actually look for the correct package (infra) (#729)
Browse files Browse the repository at this point in the history
Fix wrong name added to to_check
  • Loading branch information
Hook25 committed Sep 15, 2023
1 parent 5cbe139 commit c4e9ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/release/release_deb_monorepo.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def main():
recipes_name, new_version),
shell=True, check=True).stdout.decode().rstrip()
print(output)
to_check.append(recipes_name)
to_check.append(package_name)

checked = [(name, check_build(name)) for name in to_check]
for name, ok in checked:
Expand Down

0 comments on commit c4e9ec2

Please sign in to comment.