Merge pull request #3 from codecov/thomasrockhu-patch-1

Better error message
This commit is contained in:
Ibrahim Ali 2019-08-07 22:43:29 -07:00 committed by GitHub
commit c7a04fdde5
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
bash <(curl -s https://codecov.io/bash) -n $INPUT_NAME
else
echo "error"
echo "Please provide valid arguments"
exit 1
fi
fi