diff options
Diffstat (limited to 'cmd/mbf/internal/pkgserver/api.go')
| -rw-r--r-- | cmd/mbf/internal/pkgserver/api.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/mbf/internal/pkgserver/api.go b/cmd/mbf/internal/pkgserver/api.go index 125be829..68ccd471 100644 --- a/cmd/mbf/internal/pkgserver/api.go +++ b/cmd/mbf/internal/pkgserver/api.go @@ -30,7 +30,7 @@ var ( // handleInfo writes constant system information. func handleInfo(w http.ResponseWriter, _ *http.Request) { infoPayloadOnce.Do(func() { - infoPayload.Count = len(rosa.Native().Collect()) + infoPayload.Count = len(rosa.Collect()) infoPayload.HakureiVersion = info.Version() }) // TODO(mae): cache entire response if no additional fields are planned |
