fix: repair CI formatting + launchd test

This commit is contained in:
Peter Steinberger
2026-01-16 03:52:47 +00:00
parent f6e619f078
commit 01c8d099ad
4 changed files with 12 additions and 16 deletions

View File

@@ -84,7 +84,7 @@ describe("launchd install", () => {
const domain = typeof process.getuid === "function" ? `gui/${process.getuid()}` : "gui/501";
const label = "com.clawdbot.gateway";
const plistPath = path.join(homeDir, "Library", "LaunchAgents", `${label}.plist`);
const plistPath = resolveLaunchAgentPlistPath(env);
const serviceId = `${domain}/${label}`;
const enableCalls = calls.filter((c) => c[0] === "enable" && c[1] === serviceId);