Skip to content

Commit 44358de

Browse files
committed
fix: vlt exec alias
vlt prefers pointing users to its `vlx` alias.
1 parent a729534 commit 44358de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/utils/install-command.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ export const packageManagers = [
5454
id: 'vlt',
5555
label: 'vlt',
5656
action: 'install',
57-
executeLocal: 'vlt x',
58-
executeRemote: 'vlt x',
59-
create: 'vlt x',
57+
executeLocal: 'vlx',
58+
executeRemote: 'vlx',
59+
create: 'vlx',
6060
icon: 'i-custom-vlt',
6161
},
6262
] as const

0 commit comments

Comments
 (0)