Skip to content

Commit 5a4bf81

Browse files
committed
chore: Fix apl alias
1 parent 4ad53f9 commit 5a4bf81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ps/commands/auth.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export const command: PSCommand[] = IS_ENABLED.DB
4747
aliases.map<[string, string[]]>(alias => [alias, ['promote', rank]])
4848
)
4949
),
50-
apl: ['whitelist', 'list'],
50+
apl: ['promote', 'whitelist', 'list'],
5151
},
5252
async run({ run }) {
5353
return run('help promote');

0 commit comments

Comments
 (0)