mirror of
https://github.com/Llewellynvdm/starship.git
synced 2025-01-30 02:28:28 +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())
|
.current_dir(repo_dir.path())
|
||||||
.output()?;
|
.output()?;
|
||||||
|
|
||||||
// Annotaged tags are preferred over lightweight tags
|
// Annotated tags are preferred over lightweight tags
|
||||||
create_command("git")?
|
create_command("git")?
|
||||||
.args(["tag", "l0"])
|
.args(["tag", "l0"])
|
||||||
.env("GIT_COMMITTER_DATE", "2022-01-01 00:00:02 +0000")
|
.env("GIT_COMMITTER_DATE", "2022-01-01 00:00:02 +0000")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user