Skip to content
Snippets Groups Projects
Commit fcec01f8b0e2 authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

:ambulance: Fix the name of the command that will be run in docker_black

parent 50f0f08da995
No related branches found
No related tags found
1 merge request!111✨ Also mount songs when running pylint with docker_pylint
This commit is part of merge request !111. Comments created here will be created in the context of that merge request.
......@@ -38,7 +38,7 @@
parser = basic_parser(program_license, program_version_message)
parser.add_argument(
help="Run pylint on given directory (relative path, for example "
help="Run black on given directory (relative path, for example "
"github.com/OCA/server-auth)",
dest=_BLACK_DEST,
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment