fix(server): Print correct project name during startup

They grow up so fast :')
This commit is contained in:
Vincent Ambo 2019-08-14 20:08:40 +01:00 committed by Vincent Ambo
parent cf227c153f
commit 36d50d1f19

View file

@ -195,7 +195,7 @@ func main() {
bucket := prepareBucket(&ctx, cfg)
cache := builder.NewCache()
log.Printf("Starting Kubernetes Nix controller on port %s\n", cfg.Port)
log.Printf("Starting Nixery on port %s\n", cfg.Port)
// All /v2/ requests belong to the registry handler.
http.Handle("/v2/", &registryHandler{