Fix permissions issue with aikido-pip3

This commit is contained in:
Reinier Criel 2025-10-27 11:48:30 -07:00
parent e25146a2d2
commit 8f877742d0
2 changed files with 1 additions and 0 deletions

0
packages/safe-chain/bin/aikido-pip3.js Normal file → Executable file
View file

View file

@ -12,6 +12,7 @@ export const knownAikidoTools = [
{ tool: "bun", aikidoCommand: "aikido-bun" },
{ tool: "bunx", aikidoCommand: "aikido-bunx" },
{ tool: "pip", aikidoCommand: "aikido-pip" },
{ tool: "pip3", aikidoCommand: "aikido-pip3" },
// When adding a new tool here, also update the documentation for the new tool in the README.md
];