Skip to content

Commit ee21643

Browse files
committed
web-server: rename daemon to align with package naming
Signed-off-by: Victoria Dye <[email protected]>
1 parent 69518f0 commit ee21643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/git-bundle-server/web-server.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ func (w *webServer) getDaemonConfig() (*daemon.DaemonConfig, error) {
7070
}
7171

7272
return &daemon.DaemonConfig{
73-
Label: "com.github.bundleserver",
73+
Label: "com.github.gitbundleserver",
7474
Description: "Web server hosting Git Bundle Server content",
7575
Program: programPath,
7676
}, nil

0 commit comments

Comments
 (0)