Skip to content

Commit 603ec0c

Browse files
committed
chore: cmd alias
1 parent 58a1fb0 commit 603ec0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/force/org/create.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export class Create extends SfdxCommand {
4848
public static readonly supportsDevhubUsername = true;
4949
public static readonly supportsUsername = true;
5050
public static readonly varargs = true;
51-
public static readonly aliases = ['org:beta:create'];
51+
public static readonly aliases = ['force:org:beta:create'];
5252
public static readonly flagsConfig: FlagsConfig = {
5353
type: flags.enum({
5454
char: 't',

0 commit comments

Comments
 (0)