From da86014e1f45afb2659a6a710bb8d16268f77684 Mon Sep 17 00:00:00 2001 From: Laurence Tratt Date: Mon, 19 Jul 2021 20:28:40 +0100 Subject: "-z" needs to come before "-f". --- lua/nvim-treesitter/shell_command_selectors.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua') diff --git a/lua/nvim-treesitter/shell_command_selectors.lua b/lua/nvim-treesitter/shell_command_selectors.lua index d2a603c83..83a07792f 100644 --- a/lua/nvim-treesitter/shell_command_selectors.lua +++ b/lua/nvim-treesitter/shell_command_selectors.lua @@ -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", -- cgit v1.2.3-70-g09d2