Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.

Commit 7db918a

Browse files
committed
daemon: update config with new bundle id
Update web server daemon config to reflect the application's new bundle id: com.git-ecosystem.gitbundleserver. Signed-off-by: Lessley Dennington <lessleydennington@gmail.com>
1 parent 959ff3b commit 7db918a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ func (w *webServerCmd) getDaemonConfig(ctx context.Context) (*daemon.DaemonConfi
4242
}
4343

4444
return &daemon.DaemonConfig{
45-
Label: "com.github.gitbundleserver",
45+
Label: "com.git-ecosystem.gitbundleserver",
4646
Description: "Web server hosting Git Bundle Server content",
4747
Program: programPath,
4848
}, nil

0 commit comments

Comments
 (0)