commit | f0db125ec28d904fec18e7d144405b7d069bae57 | [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 | 44de2d4e331ae09f71e3efdc349b4733a2d5df1a | |
parent | 4f972e707c44fdf488c1faf8bf6852cf2488343d [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