Skip to content

Commit

Permalink
fix(git): put the cwd option in the right table (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
nanotee authored Jul 6, 2021
1 parent 5f7ce98 commit 75de462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/packer/plugin_types/git.lua
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ git.setup = function(plugin)
disp:task_update(plugin_name, 'cloning...')
local r = await(jobs.run(install_cmd, installer_opts))

installer_opts.options.cwd = install_to
installer_opts.cwd = install_to
r:and_then(await, jobs.run(submodule_cmd, installer_opts))

if plugin.commit then
Expand Down

0 comments on commit 75de462

Please sign in to comment.