refactor: rename clawdbot to moltbot with legacy compat
This commit is contained in:
@@ -57,7 +57,7 @@ extension CronSettings {
|
||||
static func exerciseForTesting() {
|
||||
let store = CronJobsStore(isPreview: true)
|
||||
store.schedulerEnabled = false
|
||||
store.schedulerStorePath = "/tmp/clawdbot-cron-store.json"
|
||||
store.schedulerStorePath = "/tmp/moltbot-cron-store.json"
|
||||
|
||||
let job = CronJob(
|
||||
id: "job-1",
|
||||
|
||||
Reference in New Issue
Block a user