mirror of
https://code.tvl.fyi/depot.git:/tools/nixery.git
synced 2025-03-15 06:01:51 +00:00
fix(server): Print correct project name during startup
They grow up so fast :')
This commit is contained in:
parent
55a465b071
commit
c9586e23dd
|
@ -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 New Issue
Block a user