Skip to content

Commit

Permalink
fix: Correct module description text for git_commit (starship#812)
Browse files Browse the repository at this point in the history
  • Loading branch information
hrombach authored and matchai committed Jan 7, 2020
1 parent 25079b0 commit dab27f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit dab27f3

Please sign in to comment.