fix(install): correct arguments for string.format

This commit is contained in:
Kyle Minshall 2024-08-08 08:35:07 -07:00 committed by GitHub
parent 2e01c7104c
commit a8535b2329
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -307,6 +307,7 @@ function M.select_download_commands(repo, project_name, cache_folder, revision,
vim.api.nvim_err_writeln(
string.format(
"Cannot install %s with git in an active git session. Exit the session and run ':TSInstall %s' manually",
project_name,
project_name
)
)