Add http:// in counters.sh
This commit is contained in:
parent
e8ac805d4d
commit
b8d6a1d60d
|
@ -30,3 +30,6 @@ git grep BROKEN=1 test/db |wc -l
|
|||
|
||||
printf -- "Cannot\t"
|
||||
git grep eprintf libr/| grep -i cannot |wc -l
|
||||
|
||||
printf -- "http:/\t"
|
||||
git grep 'http:/' libr/| grep -v '/io/' |wc -l
|
||||
|
|
Loading…
Reference in New Issue