Skip to content

Commit

Permalink
Update Makefile (typo) (langchain-ai#4725)
Browse files Browse the repository at this point in the history
# Update minor typo in makefile
  • Loading branch information
whoissqr committed May 15, 2023
1 parent cd3f986 commit 8b42e8a
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
Expand Up @@ -62,7 +62,7 @@ help:
@echo 'format - run code formatters'
@echo 'lint - run linters'
@echo 'test - run unit tests'
@echo 'test - run unit tests'
@echo 'tests - run unit tests'
@echo 'test TEST_FILE=<test_file> - run all tests in file'
@echo 'extended_tests - run only extended unit tests'
@echo 'test_watch - run unit tests in watch mode'
Expand Down

0 comments on commit 8b42e8a

Please sign in to comment.