Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
drunkbatya committed Dec 18, 2023
1 parent a80a98e commit 5d1ccbd
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 @@ -9,7 +9,7 @@ venv:

.PHONY: requirements
requirements: venv
./venv/bin/pip install -q -r indexer/requirements.txt
./venv/bin/pip install -q -r requirements.txt

.PHONY: clean
clean:
Expand Down

0 comments on commit 5d1ccbd

Please sign in to comment.