From 0209cc2c81b26bac30e23ef46e2e4af39ff897e4 Mon Sep 17 00:00:00 2001 From: cuiko Date: Thu, 4 Jun 2026 01:04:43 +0800 Subject: [PATCH] chore(daemon): Scrub test account from launchd label comment The launchd labelPrefix doc comment hardcoded a real test account name in its example. Replace it with a generic "" placeholder so no testing username is committed to the repository. --- internal/daemon/launchd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/daemon/launchd.go b/internal/daemon/launchd.go index 74831f0..bd66451 100644 --- a/internal/daemon/launchd.go +++ b/internal/daemon/launchd.go @@ -21,7 +21,7 @@ var runLaunchctl = func(args ...string) (string, error) { } // labelPrefix is the launchd reverse-DNS prefix. The actual label -// includes the account: e.g. "com.vika2603.telegram-cli.cuiko31". +// includes the account: e.g. "com.vika2603.telegram-cli.". const labelPrefix = "com.vika2603.telegram-cli" type launchdManager struct {