Fix formatting

This commit is contained in:
Habetdin 2018-03-27 06:31:25 +03:00 committed by GitHub
parent 882e1db1d6
commit fde971fe81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ _get_root() {
fi
if _contains "$response" "\"$h\"" >/dev/null; then
_domain=$h
_domain=$h
return 0
else
_debug "$h not found"