From 555958ffa2be64df88f1c68fed9bbf6b90839e76 Mon Sep 17 00:00:00 2001 From: bpairet Date: Fri, 14 Mar 2025 12:34:44 +0100 Subject: [PATCH] Corrected git-repos name in channels.md The channel git-repos was listed as gitrepos which made me think it was not working. --- docs/channels.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/channels.md b/docs/channels.md index 128f3ab..08f5972 100644 --- a/docs/channels.md +++ b/docs/channels.md @@ -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.