mirror of
https://github.com/neovim/neovim.git
synced 2025-11-20 01:01:22 +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.