Skip to content

Commit

Permalink
change method
Browse files Browse the repository at this point in the history
  • Loading branch information
marknguyen1302 authored and louis-menlo committed Jul 25, 2024
1 parent 6669f1e commit 9591463
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export class EnginesInitCommand extends BaseCommand {
console.log(`Installing engine ${engine}...`);
await this.cortex.engines
.init(engine, params)
const response = await this.cortex.models.downloadEvent()
const response = await this.cortex.events.downloadEvent()

const progressBar = new SingleBar({}, Presets.shades_classic);
progressBar.start(100, 0);
Expand Down

0 comments on commit 9591463

Please sign in to comment.