Unverified Commit 2c90d220 authored by sasburg's avatar sasburg Committed by GitHub
Browse files

Updated comment to reflect the change to function

parent d761bdc1
...@@ -173,7 +173,7 @@ cpanel_uapi_deploy() { ...@@ -173,7 +173,7 @@ cpanel_uapi_deploy() {
######## Private functions ##################### ######## 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] #[response]
__cpanel_parse_response() { __cpanel_parse_response() {
if [ $# -gt 0 ]; then resp="$*"; else resp="$(cat)"; fi if [ $# -gt 0 ]; then resp="$*"; else resp="$(cat)"; fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment