Skip to content

Commit f9f555d

Browse files
committed
fix: add source-sandbox-name to exclusive
1 parent d5aa828 commit f9f555d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/org/create/sandbox.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export default class CreateSandbox extends SandboxCommandBase<SandboxCommandResp
9090
'source-id': Flags.salesforceId({
9191
summary: messages.getMessage('flags.source-id.summary'),
9292
description: messages.getMessage('flags.source-id.description'),
93-
exclusive: ['license-type'],
93+
exclusive: ['license-type', 'source-sandbox-name'],
9494
length: 'both',
9595
startsWith: '0GQ',
9696
char: undefined,

0 commit comments

Comments
 (0)