mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
"-z" needs to come before "-f".
This commit is contained in:
parent
968ce80c99
commit
37a220526d
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ function M.select_download_commands(repo, project_name, cache_folder, revision)
|
|||
err = "Error during tarball extraction.",
|
||||
opts = {
|
||||
args = {
|
||||
"-xvfz",
|
||||
"-xvzf",
|
||||
project_name .. ".tar.gz",
|
||||
"-C",
|
||||
project_name .. "-tmp",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue