Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
richardmarklund committed Nov 3, 2022
2 parents a556e09 + f841c3d commit 2288154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/nu_plugin_gstat/src/nu/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 2288154

Please sign in to comment.