Cutting new release · boyter/scc@b083c12
@@ -683,7 +683,7 @@ else
683683exit
684684fi
685685686-if ./scc -f csv --by-file | grep -q "Language,Location,Filename,Lines,Code,Comments,Blanks,Complexity,Bytes"; then
686+if ./scc -f csv --by-file | grep -q "Language,Provider,Filename,Lines,Code,Comments,Blanks,Complexity,Bytes"; then
687687echo -e "${GREEN}PASSED csv file"
688688else
689689echo -e "${RED}======================================================="
@@ -692,7 +692,7 @@ else
692692exit
693693fi
694694695-if ./scc --by-file --format-multi "tabular:stdout,html:stdout,csv:stdout" | grep -q "Language,Location"; then
695+if ./scc --by-file --format-multi "tabular:stdout,html:stdout,csv:stdout" | grep -q "Language,Provider"; then
696696echo -e "${GREEN}PASSED format multi check"
697697else
698698echo -e "${RED}======================================================="