Better error message

This commit is contained in:
Thomas Hu
2019-08-08 01:36:45 -04:00
committed by GitHub
parent 93d126a749
commit 1f99174e83

View File

@@ -54,6 +54,6 @@ elif [ "x$INPUT_NAME" != "x" ]
then
bash <(curl -s https://codecov.io/bash) -n $INPUT_NAME
else
echo "error"
echo "Please provide valid arguments"
exit 1
fi
fi