mirror of
https://github.com/neovim/neovim.git
synced 2025-12-13 01:52:55 +00:00
If a user has multiple remotes set for neovim/neovim, then find_get_remote was returning 'remote1\nremote2\n', which breaks anything trying to use it. Since we're just using this remote to fetch from, any one will do.