Corrected git-repos name in channels.md (#383)

The channel git-repos was listed as gitrepos which made me think it was
not working.
This commit is contained in:
bpairet 2025-03-15 00:29:39 +01:00 committed by GitHub
parent 8df4a7a229
commit c0bd696d18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
The following built-in channels are currently available:
- `files`: search through files in a directory tree.
- `text`: search through textual content in a directory tree.
- `gitrepos`: search through git repositories anywhere on the file system.
- `git-repos`: search through git repositories anywhere on the file system.
- `env`: search through environment variables and their values.
- `alias`: search through shell aliases and their values.
- `stdin`: search through lines of text from stdin.