1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-11 16:33:02 +00:00

Fix formatting

This commit is contained in:
Habetdin
2018-03-27 06:31:25 +03:00
committed by GitHub
parent 882e1db1d6
commit fde971fe81
+1 -1
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"