[bugfix] wrong nodeinfo version (tobi is a boob) (#3735)

This commit is contained in:
tobi 2025-02-04 17:52:54 +01:00 committed by GitHub
parent 07d2770995
commit bfb81f5bac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -131,7 +131,7 @@ func (p *Processor) NodeInfoGet(ctx context.Context, schemaVersion string) (*api
Metadata: nodeInfoMetadata,
}
if schemaVersion == "2.0" {
if schemaVersion == "2.1" {
nodeInfo.Software.Repository = nodeInfoRepo
nodeInfo.Software.Homepage = nodeInfoHomepage
}