Skip to content

Commit

Permalink
Fix typo in Makefile preventing a test from running locally
Browse files Browse the repository at this point in the history
  • Loading branch information
dandavison committed Mar 29, 2021
1 parent 6e6bc16 commit 5a89a9d
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 @@ -15,7 +15,7 @@ unit-test:
end-to-end-test: build
./tests/test_raw_output_matches_git_on_full_repo_history
./tests/test_deprecated_options > /dev/null
./test/test_navigate_less_history_file
./tests/test_navigate_less_history_file

release:
@make -f release.Makefile release
Expand Down

0 comments on commit 5a89a9d

Please sign in to comment.