Skip to content

Commit

Permalink
fix: Added space for cargo options
Browse files Browse the repository at this point in the history
  • Loading branch information
desdic committed Oct 30, 2023
1 parent 8bc6e0a commit 45f2ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/greyjoy/_extensions/cargo.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ M.parse = function(fileinfo)
local cmd = {"cargo"}

for _, option in ipairs(v) do
name = name .. option
name = name .. " " .. option
table.insert(cmd, option)
end

Expand Down

0 comments on commit 45f2ee7

Please sign in to comment.