aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/line_count/collect-now.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/line_count/collect-now.sh')
-rw-r--r--tools/line_count/collect-now.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/line_count/collect-now.sh b/tools/line_count/collect-now.sh
index 2db26298dc..44f4b4ed31 100644
--- a/tools/line_count/collect-now.sh
+++ b/tools/line_count/collect-now.sh
@@ -31,6 +31,6 @@
set -ex
cloc --vcs=git --by-file --yaml --out=cloc.yaml .
-tools/line_count/yaml2csv -i cloc.yaml -d `date +%Y-%m-%d` -o cloc.csv
+tools/line_count/yaml2csv.py -i cloc.yaml -d `date +%Y-%m-%d` -o cloc.csv
bq load line_counts.grpc cloc.csv