Skip to content

Commit

Permalink
fix(Makefile): recursive option typo (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
chohner authored Jul 9, 2024
1 parent 6e7b7d1 commit d9cd5b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: test

test:
BATS_LIB_PATH=/usr/local/lib/ bats --recurisve --timing --verbose-run .
BATS_LIB_PATH=/usr/local/lib/ bats --recursive --timing --verbose-run .

0 comments on commit d9cd5b1

Please sign in to comment.