mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 18:30:06 -04:00
"-z" needs to come before "-f".
This commit is contained in:
parent
6b0179cba6
commit
da86014e1f
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.",
|
err = "Error during tarball extraction.",
|
||||||
opts = {
|
opts = {
|
||||||
args = {
|
args = {
|
||||||
"-xvfz",
|
"-xvzf",
|
||||||
project_name .. ".tar.gz",
|
project_name .. ".tar.gz",
|
||||||
"-C",
|
"-C",
|
||||||
project_name .. "-tmp",
|
project_name .. "-tmp",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue