fix(server): Print correct project name during startup
They grow up so fast :')
This commit is contained in:
parent
cf227c153f
commit
36d50d1f19
1 changed files with 1 additions and 1 deletions
|
@ -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/", ®istryHandler{
|
||||
|
|
Loading…
Reference in a new issue