Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 54c29f9

Browse files
committed
Merge branch 'master' of github.com:kyclark/tiny_python_projects
2 parents c75b3db + f9151ba commit 54c29f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

20_password/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ test: words
66
pytest -xv test.py unit.py
77

88
words:
9-
[[ ! -f $(WORDS) ]] && (cd ../inputs && unzip words.txt.zip)
9+
[[ -f $(WORDS) ]] || (cd ../inputs && unzip words.txt.zip)

0 commit comments

Comments
 (0)