Fix formatting

This commit is contained in:
Habetdin
2018-03-27 06:31:25 +03:00
committed by GitHub
parent 882e1db1d6
commit fde971fe81

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"