Skip to content

Commit

Permalink
chore: Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Allaman committed Dec 28, 2024
1 parent 87d67ef commit ba920f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/kustomize.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ vim.api.nvim_create_user_command("KustomizeRun", function(opts)
local choice = opts.fargs[1]
local cmd = config.options.run[choice].cmd
local args = config.options.run[choice].args
local timeout = config.options.run[choice].timeout or 5000 -- TODO: refactor in one datastructure
local timeout = config.options.run[choice].timeout or 5000
run.run_checked(cmd, args, timeout)
end, {
desc = "Run commands",
Expand Down

0 comments on commit ba920f7

Please sign in to comment.