Skip to content

Commit

Permalink
Merge pull request #4872 from sandercox/patch-1
Browse files Browse the repository at this point in the history
Update dns_gcloud.sh rm logs record added
  • Loading branch information
Neilpang committed Dec 3, 2023
2 parents f71d8d7 + 074cf00 commit 6e72f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dnsapi/dns_gcloud.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dns_gcloud_rm() {
echo "$rrdatas" | grep -F -v -- "\"$txtvalue\"" | _dns_gcloud_add_rrs || return $?
_dns_gcloud_execute_tr || return $?

_info "$fulldomain record added"
_info "$fulldomain record removed"
}

#################### Private functions below ##################################
Expand Down

0 comments on commit 6e72f16

Please sign in to comment.