Skip to content

Commit b98b29b

Browse files
authored
Merge pull request cosmicpython#346 from birdca/master
fix: grep command
2 parents b571da7 + f8fcd9b commit b98b29b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter_05_high_gear_low_gear.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ does to our test pyramid:
4848
[source,sh]
4949
[role="skip"]
5050
----
51-
$ grep -c test_ **/test_*.py
51+
$ grep -c test_ */*/test_*.py
5252
tests/unit/test_allocate.py:4
5353
tests/unit/test_batches.py:8
5454
tests/unit/test_services.py:3

0 commit comments

Comments
 (0)