bundles/sshmon: fix hostname in check_forgejo_for_new_release
This commit is contained in:
parent
932fd9e994
commit
a3218ac41f
1 changed files with 3 additions and 2 deletions
|
@ -55,8 +55,9 @@ try:
|
||||||
exit(2)
|
exit(2)
|
||||||
else:
|
else:
|
||||||
print(
|
print(
|
||||||
"Currently installed version {} matches newest release on github".format(
|
"Currently installed version {} matches newest release on {}".format(
|
||||||
current_version
|
current_version,
|
||||||
|
host,
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
exit(0)
|
exit(0)
|
||||||
|
|
Loading…
Reference in a new issue