Skip to content

Commit 5de8c78

Browse files
Copilotlmajano
andauthored
fix: correct ForgeBox slug from bxai to bx-ai in Router.cfc error message
Agent-Logs-Url: https://github.com/ColdBox/coldbox-platform/sessions/10bca700-d41c-44b9-ad58-6b058dbd7144 Co-authored-by: lmajano <137111+lmajano@users.noreply.github.com>
1 parent cd00db6 commit 5de8c78

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

system/web/routing/Router.cfc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1953,10 +1953,10 @@ component
19531953
);
19541954
}
19551955

1956-
if ( !getModuleList().keyArray().findNoCase( "bxai" ) ) {
1956+
if ( !getModuleList().keyArray().findNoCase( "bx-ai" ) ) {
19571957
throw(
19581958
type : "ModuleNotFoundException",
1959-
message: "The BoxLang AI module (bxai) is required for AI/MCP routing. Install it via: box install bxai"
1959+
message: "The BoxLang AI module (bx-ai) is required for AI/MCP routing. Install it via: box install bx-ai"
19601960
);
19611961
}
19621962
}

0 commit comments

Comments
 (0)