Skip to content

Commit 474b205

Browse files
committed
chore: complete partial refactor
1 parent a468063 commit 474b205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/rocks/commands.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ local rocks_command_tbl = {
140140
return
141141
end
142142
require("rocks.operations").add(args, nil, {
143-
auto_search_dev = opts.bang,
143+
skip_prompts = opts.bang,
144144
})
145145
end,
146146
complete = function(query)

0 commit comments

Comments
 (0)