Skip to content

Commit

Permalink
fix: bun x instead of bunx (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
MAttila42 authored Aug 9, 2024
1 parent abaf012 commit 1328295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/agents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const bun = {
'add': 'bun add {0}',
'upgrade': 'bun update {0}',
'upgrade-interactive': 'bun update {0}',
'execute': 'bunx {0}',
'execute': 'bun x {0}',
'uninstall': 'bun remove {0}',
'global_uninstall': 'bun remove -g {0}',
}
Expand Down

0 comments on commit 1328295

Please sign in to comment.