fix: Correct module description text for git_commit (#812)
This commit is contained in:
parent
25079b029c
commit
dab27f3334
|
@ -92,7 +92,7 @@ pub fn description(module: &str) -> &'static str {
|
|||
"dotnet" => "The relevant version of the .NET Core SDK for the current directory",
|
||||
"env_var" => "Displays the current value of a selected environment variable",
|
||||
"git_branch" => "The active branch of the repo in your current directory",
|
||||
"git_commit" => "The active branch of the repo in your current directory",
|
||||
"git_commit" => "The active commit of the repo in your current directory",
|
||||
"git_state" => "The current git operation, and it's progress",
|
||||
"git_status" => "Symbol representing the state of the repo",
|
||||
"golang" => "The currently installed version of Golang",
|
||||
|
|
Loading…
Reference in New Issue