We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc9c85c commit 74ffbb2Copy full SHA for 74ffbb2
dnsapi/dns_ionos_cloud.sh
@@ -95,7 +95,7 @@ _ionos_cloud_get_record() {
95
zone_id=$1
96
txtrecord=$2
97
# this is to transform the domain to lower case
98
- fulldomain=$(printf "%s" "$3" | _lower_case
+ fulldomain=$(printf "%s" "$3" | _lower_case)
99
# this is to transform record name to lower case
100
# IONOS Cloud API transforms all record names to lower case
101
_record_name=$(printf "%s" "$fulldomain" | cut -d . -f 1 | _lower_case)
0 commit comments