mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 12:54:58 +00:00
refactor: rename to openclaw
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { spawn } from "node:child_process";
|
||||
|
||||
import {
|
||||
type MoltbotConfig,
|
||||
type OpenClawConfig,
|
||||
CONFIG_PATH,
|
||||
loadConfig,
|
||||
readConfigFileSnapshot,
|
||||
@@ -210,7 +210,7 @@ export async function runGmailSetup(opts: GmailSetupOptions) {
|
||||
true,
|
||||
);
|
||||
|
||||
const nextConfig: MoltbotConfig = {
|
||||
const nextConfig: OpenClawConfig = {
|
||||
...baseConfig,
|
||||
hooks: {
|
||||
...baseConfig.hooks,
|
||||
@@ -278,7 +278,7 @@ export async function runGmailSetup(opts: GmailSetupOptions) {
|
||||
defaultRuntime.log(`- push endpoint: ${pushEndpoint}`);
|
||||
defaultRuntime.log(`- hook url: ${hookUrl}`);
|
||||
defaultRuntime.log(`- config: ${displayPath(CONFIG_PATH)}`);
|
||||
defaultRuntime.log(`Next: ${formatCliCommand("moltbot webhooks gmail run")}`);
|
||||
defaultRuntime.log(`Next: ${formatCliCommand("openclaw webhooks gmail run")}`);
|
||||
}
|
||||
|
||||
export async function runGmailService(opts: GmailRunOptions) {
|
||||
|
||||
Reference in New Issue
Block a user