diff --git a/apps/macos/Sources/Clawdis/HealthStore.swift b/apps/macos/Sources/Clawdis/HealthStore.swift index f24d887b6..5bca7ea96 100644 --- a/apps/macos/Sources/Clawdis/HealthStore.swift +++ b/apps/macos/Sources/Clawdis/HealthStore.swift @@ -94,7 +94,7 @@ final class HealthStore: ObservableObject { defer { self.isRefreshing = false } let response = await ShellRunner.run( - command: ["clawdis", "health", "--json"], + command: CommandResolver.clawdisCommand(subcommand: "health", extraArgs: ["--json"]), cwd: nil, env: nil, timeout: 15)