Skip to content

Commit

Permalink
Add dist name to repo hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
jrha committed Jul 19, 2024
1 parent ab89281 commit 09dcb3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mrepo.py
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,7 @@ def _call_hook(self, hook_name):
run(' '.join([
CONFIG.hooks[hook_name],
hook_name,
self.dist.name,
self.name,
self.url,
self.srcdir,
Expand Down

0 comments on commit 09dcb3b

Please sign in to comment.