diff options
author | Zabielski, Kamil <kamil.zabielski@outlook.com> | 2017-12-01 18:18:40 +0100 |
---|---|---|
committer | Zabielski, Kamil <kamil.zabielski@outlook.com> | 2017-12-01 18:18:40 +0100 |
commit | a052151fa4ba459671313b177b17436d5ce782df (patch) | |
tree | 5b5bab89fd6e9d55f5087df92e6efc00f58e7ede /Makefile | |
parent | 8401c45a152d7898ef468e3afed2eb5277bd07f7 (diff) | |
download | ranger-a052151fa4ba459671313b177b17436d5ce782df.tar.gz |
Fix missing `@` character
Signed-off-by: Zabielski, Kamil <kamil.zabielski@outlook.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index a2fe08cc..99d3f53e 100644 --- a/Makefile +++ b/Makefile @@ -95,7 +95,7 @@ test_doctest: done test_pytest: - echo "Running py.test tests..." + @echo "Running py.test tests..." py.test tests test: test_pylint test_flake8 test_doctest test_pytest |