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)
|
||||
else:
|
||||
print(
|
||||
"Currently installed version {} matches newest release on github".format(
|
||||
current_version
|
||||
"Currently installed version {} matches newest release on {}".format(
|
||||
current_version,
|
||||
host,
|
||||
)
|
||||
)
|
||||
exit(0)
|
||||
|
|
Loading…
Reference in a new issue