Skip to content

Commit ad9e538

Browse files
committed
maybe we dont need which
1 parent 7d705be commit ad9e538

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ test:
1212
py.test tests/test.py
1313

1414
format:
15-
which black && black . --check
15+
black . --check
1616

1717
compare:
1818
hub compare $(shell git tag --sort=refname | tail -1)...master

0 commit comments

Comments
 (0)