Skip to content

Commit 00d7692

Browse files
author
oleina
committed
fix another typo I missed
1 parent 3c5b85d commit 00d7692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/tools/database/validate_rules.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export const validate_rules = tool(
4141
try {
4242
await updateRulesWithClient(client, rules, { dryRun: true });
4343
} catch (e: unknown) {
44-
host.logger.debug(`failed to update rules at url ${dbUrl}`);
44+
host.logger.debug(`failed to validate rules at url ${dbUrl}`);
4545
return mcpError(getErrMsg(e));
4646
}
4747

0 commit comments

Comments
 (0)