Skip to content

Commit 991948b

Browse files
authored
Fix makefile (#675)
1 parent 231eb5d commit 991948b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ qa: tox
3434

3535
tox: export PYTHONDONTWRITEBYTECODE := 1
3636

37-
tox: tox
37+
tox:
38+
tox
3839

3940
docker-qa: export TEST_OPTS := $(TEST_OPTS)
4041
docker-qa: export PYTHONDONTWRITEBYTECODE := 1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
""" Bitbucket Server common package """
1+
""" Bitbucket Server common package """

0 commit comments

Comments
 (0)