From e8ab3ecff24c129f739c38788e4ed31a48c4b770 Mon Sep 17 00:00:00 2001 From: user2 Date: Wed, 14 Apr 2021 22:58:22 +0300 Subject: [PATCH] fix update script --- 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 c25deb8..3a9bd38 100755 --- a/update_cec_list.bash +++ b/update_cec_list.bash @@ -4,8 +4,8 @@ cd ~/CEC_monitoring || { exit 1; echo "changing directory failed"; exit 1; } curl -L -o "list.csv" -s "https://docs.google.com/spreadsheets/d/e/2PACX-1vTXE8HCavThmJt1Wshy3GyF2ZJ-264SbNRVucsPUe2rbEgpm-e3tqsX-8K2mwsG4ozBj6qUyOOd4RMe/pub?gid=1832580214&single=true&output=csv" || { echo "downloading failed"; exit 1; } -git add "list.csv" git diff "list.csv" +git add "list.csv" git commit -m "commit" | grep -vE 'On branch master|nothing to commit, working tree clean'