Преглед на файлове

Updated comment to reflect the change to function

sasburg преди 3 години
родител
ревизия
2c90d220b8
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      deploy/cpanel_uapi.sh

+ 1 - 1
deploy/cpanel_uapi.sh

@@ -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