Skip to content

Commit

Permalink
Revert "fix: bun x instead of bunx (#219)"
Browse files Browse the repository at this point in the history
This reverts commit 1328295.
  • Loading branch information
userquin authored Aug 9, 2024
1 parent cec54ff commit 8d1b88f
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': 'bun x {0}',
'execute': 'bunx {0}',
'uninstall': 'bun remove {0}',
'global_uninstall': 'bun remove -g {0}',
}
Expand Down

0 comments on commit 8d1b88f

Please sign in to comment.