Skip to content

Commit

Permalink
fix(cli): typo in explore command
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceanis committed Feb 20, 2023
1 parent 05ab106 commit 279168d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/explore/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ program
.command('explore')
.description('launch Verifiable Data explorer')
.action(async (cmd) => {
const agent = await (program.opts().config)
const agent = await getAgent(program.opts().config)
await renderMainScreen(agent)
})

0 comments on commit 279168d

Please sign in to comment.