fix: Correct module description text for git_commit (#812)

This commit is contained in:
Hendrik Rombach 2020-01-07 18:12:40 +01:00 committed by Matan Kushner
parent 25079b029c
commit dab27f3334
1 changed files with 1 additions and 1 deletions

View File

@ -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",