Skip to content

Commit

Permalink
feat(aztec): search for aztec-nargo on top of nargo bin
Browse files Browse the repository at this point in the history
  • Loading branch information
kobyhallx committed Feb 12, 2024
1 parent e67abbf commit 455698a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/find-nargo.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import which from 'which';

const nargoBinaries = ['nargo'];
const nargoBinaries = ['nargo', 'aztec-nargo'];

export default function findNargo() {
for (const bin of nargoBinaries) {
Expand Down

0 comments on commit 455698a

Please sign in to comment.