mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
feat: include revision in logging output
This commit is contained in:
parent
d44a50c273
commit
babb3aa74e
1 changed files with 1 additions and 0 deletions
|
@ -417,6 +417,7 @@ def check_version_update(
|
||||||
'updated',
|
'updated',
|
||||||
name = name,
|
name = name,
|
||||||
version = r.version,
|
version = r.version,
|
||||||
|
revision = r.revision,
|
||||||
old_version = oldver,
|
old_version = oldver,
|
||||||
url = r.url,
|
url = r.url,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue