Skip to content

Commit 74ffbb2

Browse files
committed
fix forgotten parenthensis
1 parent cc9c85c commit 74ffbb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dnsapi/dns_ionos_cloud.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ _ionos_cloud_get_record() {
9595
zone_id=$1
9696
txtrecord=$2
9797
# this is to transform the domain to lower case
98-
fulldomain=$(printf "%s" "$3" | _lower_case
98+
fulldomain=$(printf "%s" "$3" | _lower_case)
9999
# this is to transform record name to lower case
100100
# IONOS Cloud API transforms all record names to lower case
101101
_record_name=$(printf "%s" "$fulldomain" | cut -d . -f 1 | _lower_case)

0 commit comments

Comments
 (0)