1
0
mirror of https://github.com/EV21/dynb.git synced 2026-06-24 08:31:01 +02:00

hotfix: changed DomRobot API behaviour

This commit is contained in:
EV21
2025-11-26 22:00:30 +01:00
committed by GitHub
parent 9efc3df858
commit a98f973d4d
+1 -1
View File
@@ -222,7 +222,7 @@ function fetchDNSRecords
function getRecordID
{
echo "$_dns_records" |
jq "select(.type == \"${1}\") | .id"
jq --raw-output "select(.type == \"${1}\") | .id"
}
## do_dig_request A B