We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69518f0 commit ee21643Copy full SHA for ee21643
cmd/git-bundle-server/web-server.go
@@ -70,7 +70,7 @@ func (w *webServer) getDaemonConfig() (*daemon.DaemonConfig, error) {
70
}
71
72
return &daemon.DaemonConfig{
73
- Label: "com.github.bundleserver",
+ Label: "com.github.gitbundleserver",
74
Description: "Web server hosting Git Bundle Server content",
75
Program: programPath,
76
}, nil
0 commit comments