".github/vscode:/vscode.git/clone" did not exist on "e0fc88b4d9421bdb39b6e00189bfd0f612b53e86"
Unverified Commit 0c0d1d4e authored by Arash Hatami's avatar Arash Hatami
Browse files

Update duplicate message

parent eab96039
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment