Update documentation for check_for_gh_tag function

This commit is contained in:
CanbiZ (MickLesk)
2026-03-17 09:05:04 +01:00
committed by GitHub
parent d01f5c7a6f
commit f9d17ca121

View File

@@ -2184,7 +2184,7 @@ get_latest_gh_tag() {
#
# Usage:
# if check_for_gh_tag "guacd" "apache/guacamole-server"; then
# # trigger update using $CHECK_UPDATE_RELEASE ...
# fetch_and_deploy_gh_tag "guacd" "apache/guacamole-server" "/opt/guacamole-server"
# fi
#
# Notes:
@@ -2217,7 +2217,6 @@ check_for_gh_tag() {
return 1
}
# ==============================================================================
# INSTALL FUNCTIONS
# ==============================================================================