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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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