Skip to content

Commit a9f96bf

Browse files
authored
Reformat using shfmt
1 parent c950b67 commit a9f96bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dnsapi/dns_cf.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ dns_cf_add() {
9292
if _contains "$response" "$txtvalue"; then
9393
_info "Added, OK"
9494
return 0
95-
elif _contains "$response" "The record already exists" \
96-
|| _contains "$response" "An identical record already exists." \
97-
|| _contains "$response" '"code":81058'; then
95+
elif _contains "$response" "The record already exists" ||
96+
_contains "$response" "An identical record already exists." ||
97+
_contains "$response" '"code":81058'; then
9898
_info "Already exists, OK"
9999
return 0
100100
else

0 commit comments

Comments
 (0)