Skip to content

Commit ab22c8c

Browse files
author
wout
committed
Convert domain to lower case, needed for Constellix REST API
1 parent 1b5e66f commit ab22c8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dnsapi/dns_constellix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ dns_constellix_rm() {
117117
#################### Private functions below ##################################
118118

119119
_get_root() {
120-
domain=$1
120+
domain=$(echo "$1" | _lower_case)
121121
i=2
122122
p=1
123123
_debug "Detecting root zone"

0 commit comments

Comments
 (0)