commit | 91789e39c53111c56960e2897a5f7bdf3325be8a | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Tue Apr 12 09:07:05 2016 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Tue Apr 12 09:07:05 2016 -0700 |
tree | f9cf365821b9790997392e0ad0145b74dcb30dbf | |
parent | f2bb5595c01c4d787ad7af8630fd08d597eebd83 [diff] |
fix error message
diff --git a/xos/api/examples/util.sh b/xos/api/examples/util.sh index b3d3060..648b32c 100644 --- a/xos/api/examples/util.sh +++ b/xos/api/examples/util.sh
@@ -41,7 +41,7 @@ fi ID=`echo $JSON | python -c "import json,sys; print json.load(sys.stdin)['related'].get('vsg_id','')"` if [[ $ID == "" ]]; then - echo "there is no volt for this subscriber" >&2 + echo "there is no vsg for this subscriber" >&2 exit -1 fi