Update duplicate message

This commit is contained in:
Arash Hatami 2022-11-28 16:22:25 +03:30
parent eab9603921
commit 0c0d1d4e52
No known key found for this signature in database
GPG Key ID: D3D9E8CB2E49731F
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ dns_arvan_add() {
_info "response id is $response"
_info "Added, OK"
return 0
elif _contains "$response" "Record Data is Duplicated"; then
elif _contains "$response" "Record Data is duplicate"; then
_info "Already exists, OK"
return 0
else