From 1bd5b5098ddcd9518d3b3f06b98790c64e9782fb Mon Sep 17 00:00:00 2001 From: a31 Date: Sat, 9 Sep 2023 18:46:19 +0300 Subject: [PATCH] Update update_cec_list.bash --- update_cec_list.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_cec_list.bash b/update_cec_list.bash index c1b8a71..bc8f9b8 100755 --- a/update_cec_list.bash +++ b/update_cec_list.bash @@ -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