Skip to content

Commit 140212e

Browse files
authored
fix: fix cli:boot_strap (#39)
* fix: fix cli:boot_strap * fix: fix cli:boot_start()
1 parent fd83f46 commit 140212e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/core/cli.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ function cli:boot_strap()
8989
helper.green('🔸 Found lazy.nvim skip download')
9090
return
9191
end
92-
helper.run_git('lazy.nvim', 'folke/lazy.nvim ' .. self.lazy_dir, 'Install')
93-
helper.install_success('lazy.nvim')
92+
helper.run_git('lazy.nvim', 'git clone https://github.com/folke/lazy.nvim ' .. self.lazy_dir, 'Install')
93+
helper.success('lazy.nvim')
9494
end
9595

9696
function cli:installer(type)

0 commit comments

Comments
 (0)