From dab27f33342af7711e3c78ab4bd59c6a532e4514 Mon Sep 17 00:00:00 2001 From: Hendrik Rombach Date: Tue, 7 Jan 2020 18:12:40 +0100 Subject: fix: Correct module description text for git_commit (#812) --- src/modules/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/mod.rs') diff --git a/src/modules/mod.rs b/src/modules/mod.rs index 57928576d..0d206a8d0 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", -- cgit v1.2.3