mirror of
https://github.com/Llewellynvdm/starship.git
synced 2025-01-15 11:17:00 +00:00
docs: fix typo in comment of git_commit module (#6472)
This commit is contained in:
parent
4e473e99ff
commit
6678c13c24
@ -365,7 +365,7 @@ mod tests {
|
||||
.current_dir(repo_dir.path())
|
||||
.output()?;
|
||||
|
||||
// Annotaged tags are preferred over lightweight tags
|
||||
// Annotated tags are preferred over lightweight tags
|
||||
create_command("git")?
|
||||
.args(["tag", "l0"])
|
||||
.env("GIT_COMMITTER_DATE", "2022-01-01 00:00:02 +0000")
|
||||
|
Loading…
Reference in New Issue
Block a user