Skip to content

Commit

Permalink
Update packages/cli/src/commands/sandbox/sandbox_command.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Amplifiyer <[email protected]>
  • Loading branch information
sdstolworthy and Amplifiyer authored Sep 22, 2023
1 parent 6c390d9 commit 30f5572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/commands/sandbox/sandbox_command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export class SandboxCommand
const sandbox = await this.sandboxFactory.getInstance();
const sandboxIdResolver = new SandboxIdResolver(
new LocalAppNameResolver(new CwdPackageJsonLoader())
); // write config
);
const sandboxId = args.name ?? (await sandboxIdResolver.resolve());
const backendIdentifier = {
backendId: sandboxId,
Expand Down

0 comments on commit 30f5572

Please sign in to comment.