Skip to content

Commit

Permalink
chore: complete partial refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Jul 5, 2024
1 parent a468063 commit 474b205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/rocks/commands.lua
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ local rocks_command_tbl = {
return
end
require("rocks.operations").add(args, nil, {
auto_search_dev = opts.bang,
skip_prompts = opts.bang,
})
end,
complete = function(query)
Expand Down

0 comments on commit 474b205

Please sign in to comment.