We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c75b3db + f9151ba commit 54c29f9Copy full SHA for 54c29f9
20_password/Makefile
@@ -6,4 +6,4 @@ test: words
6
pytest -xv test.py unit.py
7
8
words:
9
- [[ ! -f $(WORDS) ]] && (cd ../inputs && unzip words.txt.zip)
+ [[ -f $(WORDS) ]] || (cd ../inputs && unzip words.txt.zip)
0 commit comments