mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +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.