Update update_cec_list.bash
Some checks failed
Push commit / report (push) Failing after 2s

This commit is contained in:
a31 2023-09-09 18:46:19 +03:00
parent b6b4d7cb74
commit 1bd5b5098d

View File

@ -4,7 +4,7 @@ http_response=$(curl -s -L -o list.csv -w "%{http_code}" "https://docs.google.co
if [ $http_response != "200" ]; then
#echo "page not found"
#cat list.csv
git reset --hard | grep -v "HEAD is now at"
git reset --hard
exit 1
else