From 4442b50b7c9ee834bd83f24579154b26b74feacc Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Mon, 5 Jan 2026 12:09:13 +0100 Subject: pkg/coveragedb: fix docs --- pkg/coveragedb/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg') diff --git a/pkg/coveragedb/README.md b/pkg/coveragedb/README.md index 834ffca1d..f8aa021e7 100644 --- a/pkg/coveragedb/README.md +++ b/pkg/coveragedb/README.md @@ -16,7 +16,7 @@ The dots in BQ table name are not supported, thus: ```bash bq mk \ --table \ - --description "android 6.12" + --description "android 6.12" \ --time_partitioning_field timestamp \ --time_partitioning_type DAY \ --require_partition_filter=true \ -- cgit mrf-deployment