Skip to content

Commit

Permalink
using wget
Browse files Browse the repository at this point in the history
  • Loading branch information
KDesp73 committed Jun 26, 2024
1 parent 1613f52 commit 7a84992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/project-starter/commands.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local vim = vim
local M = {}

M.go = function (path, name)
vim.cmd(":silent !cd " .. path .. " && curl -fsSL https://raw.githubusercontent.com/KDesp73/project-starter.nvim/main/scripts/generate-tree.go && go run generate-tree.go " .. name .. " && rm generate-tree.go")
vim.cmd(":silent !cd " .. path .. " && wget -gL https://raw.githubusercontent.com/KDesp73/project-starter.nvim/main/scripts/generate-tree.go && go run generate-tree.go " .. name .. " && rm generate-tree.go")
end

M.esp32 = function (path, name)
Expand Down

0 comments on commit 7a84992

Please sign in to comment.