summaryrefslogtreecommitdiffstats
path: root/src/modules/mod.rs
diff options
context:
space:
mode:
authorHendrik Rombach <hendrik.rombach@aboutyou.com>2020-01-07 18:12:40 +0100
committerMatan Kushner <hello@matchai.me>2020-01-07 12:12:40 -0500
commitdab27f33342af7711e3c78ab4bd59c6a532e4514 (patch)
treed6047e107d30ff5467ebab793f6a06a436f02562 /src/modules/mod.rs
parent25079b029cc079fe8ff78403441aaf2d875cdeb6 (diff)
fix: Correct module description text for git_commit (#812)
Diffstat (limited to 'src/modules/mod.rs')
-rw-r--r--src/modules/mod.rs2
1 files changed, 1 insertions, 1 deletions
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",