tinted-theming / base16-builder-go

A base16 builder written in go, focused on convenience for template maintainers.
MIT License
50 stars 8 forks source link

Failed to update schemes: The Remote does not match the VCS endpoint source=nord #13

Closed tgy closed 2 years ago

tgy commented 3 years ago

With the last master version, when trying to update schemes, I get the following output

λ ./base16-builder-go update
INFO[0000] Updating sources                             
INFO[0001] Updating schemes                             
ERRO[0060] The Remote does not match the VCS endpoint    source=nord
FATA[0060] Failed to update schemes

Any idea of what could be happening?

belak commented 2 years ago

This has changed as-of the latest release and shouldn't be relevant any more. What was happening is that we changed the location of the nord scheme file in the upstream sources repo, and this builder didn't handle that edge case.