diff --git a/src/modules/mod.rs b/src/modules/mod.rs index 57928576..0d206a8d 100644 --- a/src/modules/mod.rs +++ b/src/modules/mod.rs @@ -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",