Skip to content

Commit

Permalink
fix: don't include dev servers when querying outdated rocks (#537)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb authored Sep 16, 2024
1 parent 1f8c8c4 commit a130ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/rocks/state.lua
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ state.outdated_rocks = nio.create(function()
else
future.set(obj.stdout)
end
end, { text = true, servers = config.get_all_servers() })
end, { text = true, servers = config.get_servers() })

local installed_rock_list = future.wait()

Expand Down

0 comments on commit a130ede

Please sign in to comment.