Updated comment to reflect the change to function

This commit is contained in:
sasburg 2022-10-01 17:47:13 -07:00 committed by Devirex
parent e8009bfd3c
commit dd5a62e351

View File

@ -173,7 +173,7 @@ cpanel_uapi_deploy() {
######## Private functions #####################
# Internal utility to process YML from UAPI - only looks at main_domain and sub_domains
# Internal utility to process YML from UAPI - only looks at main_domain, sub_domains and addon domains
#[response]
__cpanel_parse_response() {
if [ $# -gt 0 ]; then resp="$*"; else resp="$(cat)"; fi