mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 19:34:15 +00:00
fix(git): force origin name
This commit is contained in:
parent
1407565713
commit
dac1a6aeeb
1 changed files with 2 additions and 0 deletions
|
@ -75,6 +75,8 @@ M.clone = {
|
|||
args[#args + 1] = "--recurse-submodules"
|
||||
end
|
||||
|
||||
args[#args + 1] = "--origin=origin"
|
||||
|
||||
args[#args + 1] = "--progress"
|
||||
|
||||
if self.plugin.branch then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue