FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Merge branch 'master' of github.com:kyclark/tiny_python_projects · bashem/tiny_python_projects@54c29f9 · GitHub

Commit 54c29f9

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎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)

Back | FazBrowse Home | New Git URL