Skip to content

Commit fd83f46

Browse files
committed
fix #38
1 parent 20c556e commit fd83f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/core/cli.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ function cli:boot_strap()
8989
helper.green('🔸 Found lazy.nvim skip download')
9090
return
9191
end
92-
helper.run_git('folke/lazy.nvim ' .. self.lazy_dir, 'clone')
92+
helper.run_git('lazy.nvim', 'folke/lazy.nvim ' .. self.lazy_dir, 'Install')
9393
helper.install_success('lazy.nvim')
9494
end
9595

0 commit comments

Comments
 (0)