Skip to content

Commit

Permalink
chore: loglevel
Browse files Browse the repository at this point in the history
  • Loading branch information
CristiCanizales committed Jan 3, 2024
1 parent a508401 commit 262b528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/salesforcedx-test-utils-vscode/src/orgUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const createScratchOrg = async (
.withArg('org:create:scratch')
.withFlag('--definition-file', `${scratchDefFilePath}`)
.withArg('--set-default')
.withJson()
.withJson(false)
.build(),
{ cwd: path.join(process.cwd(), projectName) }
).execute();
Expand Down

0 comments on commit 262b528

Please sign in to comment.