docs(install): fix typo

This commit is contained in:
Richard Macklin 2024-07-28 02:15:13 -07:00 committed by GitHub
parent f97e0de005
commit ed871c970a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -292,7 +292,7 @@ function M.select_download_commands(repo, project_name, cache_folder, revision,
-- Running `git clone` or `git checkout` while running under Git (such as
-- editing a `git commit` message) will likely fail to install parsers
-- (such as 'gitcommit') and can also corrupt the index file of the current
-- Git repository. Check for typical git environemnt variables and abort if found.
-- Git repository. Check for typical git environment variables and abort if found.
for _, k in pairs {
"GIT_ALTERNATE_OBJECT_DIRECTORIES",
"GIT_CEILING_DIRECTORIES",