Skip to content

Commit d90cee3

Browse files
Merge branch 'main' of https://github.com/codeboltai/codeboltjs into main
2 parents 196ce45 + 522924b commit d90cee3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/modules/websocket.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ class cbws {
3333

3434
private getInitialMessage(): string {
3535
try {
36-
let fileContents = fs.readFileSync('./codeboltagent.yml', 'utf8');
36+
let fileContents = fs.readFileSync('./codeboltagent.yaml', 'utf8');
3737
let data: any = yaml.load(fileContents);
3838
return data.initial_message;
3939
} catch (e) {
40-
console.error('Unable to locate codeboltagent.yml file.');
40+
console.error('Unable to locate codeboltagent.yaml file.');
4141
return '';
4242
}
4343
}

0 commit comments

Comments
 (0)