rm unneeded whitespace in lazy-lock url
This commit is contained in:
parent
7303bb2990
commit
c2946844f9
|
@ -4,7 +4,7 @@ M.lazy = function(install_path)
|
||||||
print "Downloading lazy-lock.json file..."
|
print "Downloading lazy-lock.json file..."
|
||||||
|
|
||||||
local config_branch = require("core.utils").load_config().options.nvChad.update_branch
|
local config_branch = require("core.utils").load_config().options.nvChad.update_branch
|
||||||
local lazy_local_url = "https://raw.githubusercontent.com/NvChad/extensions/lazy-lock/" .. config_branch .. ".json "
|
local lazy_local_url = "https://raw.githubusercontent.com/NvChad/extensions/lazy-lock/" .. config_branch .. ".json"
|
||||||
|
|
||||||
vim.fn.system { "curl", "-o", "lazy-lock.json", lazy_local_url }
|
vim.fn.system { "curl", "-o", "lazy-lock.json", lazy_local_url }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue