Skip to content

Commit

Permalink
Update Configuration.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
madjin authored Dec 29, 2024
1 parent bc8fe72 commit 0fd3756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/jsdoc-automation/src/Configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export class Configuration implements Omit<ConfigurationData, 'rootDirectory'> {
private _branch: string = 'develop';
public excludedDirectories: string[] = [];
public repository: Repository = {
owner: 'madjin',
owner: 'elizaos',
name: 'eliza',
pullNumber: undefined
};
Expand Down

0 comments on commit 0fd3756

Please sign in to comment.