Commit 1dffaba2 authored by neil's avatar neil
Browse files

fix format

parent 958a2f42
......@@ -89,10 +89,10 @@ _get_root() {
do
case "${domain}" in
*${ITEM}*)
_domain=${ITEM}
_debug _domain "${_domain}"
return 0
;;
_domain=${ITEM}
_debug _domain "${_domain}"
return 0
;;
esac
done
......
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