Commit 46e62f1a authored by Christophe B Billheimer's avatar Christophe B Billheimer
Browse files

fix typo

parent c5c20140
...@@ -222,7 +222,7 @@ _get_zone_id() { ...@@ -222,7 +222,7 @@ _get_zone_id() {
_debug2 _response "$_response" _debug2 _response "$_response"
_zone_id="$(echo "$_response" | _egrep_o 'zone\/[0-9]+')" _zone_id="$(echo "$_response" | _egrep_o 'zone\/[0-9]+')"
_debug2 _zone_id "$_zone_id" _debug2 _zone_id "$_zone_id"
if [ -z "$zone_id" ]; then if [ -z "$_zone_id" ]; then
_err "Error getting _zone_id for $1" _err "Error getting _zone_id for $1"
return 1 return 1
fi fi
......
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