category tweak (#6982)

This commit is contained in:
Darren Schroeder 2022-11-02 12:17:17 -05:00 committed by GitHub
parent 43aec8cdbe
commit acb34561eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ impl Plugin for GStat {
vec![Signature::build("gstat")
.usage("Get the git status of a repo")
.optional("path", SyntaxShape::Filepath, "path to repo")
.category(Category::Custom("Prompt".to_string()))]
.category(Category::Custom("prompt".to_string()))]
}
fn run(