Skip to content

Commit e6b896f

Browse files
authored
Merge pull request #656 from ColdBox/copilot/fix-forgebox-slug-boxlang-ai-module
Fix wrong ForgeBox slug in BoxLang AI module error message
2 parents 8a74f4b + 5de8c78 commit e6b896f

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)