summaryrefslogtreecommitdiff
path: root/src/hub
diff options
context:
space:
mode:
Diffstat (limited to 'src/hub')
-rw-r--r--src/hub/src/spreadspace.org/sfive/s5srvWeb.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hub/src/spreadspace.org/sfive/s5srvWeb.go b/src/hub/src/spreadspace.org/sfive/s5srvWeb.go
index acf61a4..1a16515 100644
--- a/src/hub/src/spreadspace.org/sfive/s5srvWeb.go
+++ b/src/hub/src/spreadspace.org/sfive/s5srvWeb.go
@@ -45,7 +45,7 @@ import (
func (srv Server) webHealthz(c web.C, w http.ResponseWriter, r *http.Request) {
// TODO: do a more sophisticated check
- fmt.Fprintf(w, "%s\n", srv.store.GetStoreId())
+ fmt.Fprintf(w, "%s\n", srv.GetHubId())
}
func (srv Server) webGetSourcesList(c web.C, w http.ResponseWriter, r *http.Request) {