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