diff options
| author | Bhagya Amarasinghe <bhagya.amarasinghe52@gmail.com> | 2022-11-02 14:48:49 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-02 14:48:49 +0530 |
| commit | b96129b8d96aad39394a6b7e8ebe20f799e667ac (patch) | |
| tree | c71cd78af15ba7fba0dfa8c3eae36bc20fe49038 /hack | |
| parent | b1db3eb980036f7a3b953c785b30dd343b037c0e (diff) | |
typo in generate-devstats-repo-sql.yaml
spelling fix on 'defintions' in the first block of comments in generate-devstats-repo-sql.yaml
Diffstat (limited to 'hack')
| -rwxr-xr-x | hack/generate-devstats-repo-sql.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hack/generate-devstats-repo-sql.py b/hack/generate-devstats-repo-sql.py index 71d77497..c86c26f0 100755 --- a/hack/generate-devstats-repo-sql.py +++ b/hack/generate-devstats-repo-sql.py @@ -15,7 +15,7 @@ # limitations under the License. """ -Output devstats repo_groups.sql based on subproject defintions in sigs.yaml +Output devstats repo_groups.sql based on subproject definitions in sigs.yaml This is likely missing a few repos because: - some repos lack an owner (eg: kubernetes/kubernetes) |
