From f9d17ca121f46722cf5a268836c07b785ebd9d0c Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Tue, 17 Mar 2026 09:05:04 +0100 Subject: [PATCH] Update documentation for check_for_gh_tag function --- misc/tools.func | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/misc/tools.func b/misc/tools.func index f5e0c0261..6bd5b893e 100644 --- a/misc/tools.func +++ b/misc/tools.func @@ -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 # ==============================================================================