Tweaking comments

This commit is contained in:
Michael Tryby
2019-03-05 17:45:27 -05:00
parent 306c54fb96
commit da23f25411

View File

@@ -63,7 +63,7 @@ SUT_PATH=(`find $BUILD_HOME -name "bin" -type d`)
LATEST_URL="https://api.github.com/repos/openwateranalytics/epanet-example-networks/releases/latest" LATEST_URL="https://api.github.com/repos/openwateranalytics/epanet-example-networks/releases/latest"
LATEST_TAG=(`curl --silent ${LATEST_URL} | jq -r .tag_name`) LATEST_TAG=(`curl --silent ${LATEST_URL} | jq -r .tag_name`)
if [ -z $LATEST_TAG ]; then if [ -z $LATEST_TAG ]; then
echo "ERROR: curl - ${LATEST_URL}" echo "ERROR: curl | jq - ${LATEST_URL}"
exit 1 exit 1
fi fi