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 # ==============================================================================