diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2021-06-18 14:13:05 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2021-06-21 12:52:26 +0200 |
commit | f41b7a720498bfecc345e8e59ed08b57f4b76710 (patch) | |
tree | 8f4141e6c950ece886abbc602e26637f2787d94e /manage | |
parent | 0e3a87b73acecb085acf0ed6f00c1434e32227bd (diff) | |
download | searxng-f41b7a720498bfecc345e8e59ed08b57f4b76710.tar.gz searxng-f41b7a720498bfecc345e8e59ed08b57f4b76710.zip |
[fix] py.build - fix small typo in the build message
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'manage')
-rwxr-xr-x | manage | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -326,7 +326,7 @@ node.clean() { } py.build() { - build_msg BUILD "[pylint] python package ${PYDIST}" + build_msg BUILD "python package ${PYDIST}" pyenv.cmd python setup.py \ sdist -d "${PYDIST}" \ bdist_wheel --bdist-dir "${PYBUILD}" -d "${PYDIST}" |