aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/line_count/collect-now.sh
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-03-29 14:46:34 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-03-29 14:46:34 -0700
commit240b20da06e717ffdb921330093d5c8cef9a0f21 (patch)
tree6be007b270afb87b45b808c555ef6bc53d9fd112 /tools/line_count/collect-now.sh
parent14d59ac25f29c7f0c4ca2e9cf9bea2deb9dcf6a0 (diff)
Review feedback
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