From 7124627400c886e48588c6a7f495ca81e41723d0 Mon Sep 17 00:00:00 2001 From: Hezekiah Maina <hezekiahmaina3@gmail.com> Date: Sun, 4 Apr 2021 23:22:46 +0300 Subject: [PATCH] Added the right location on linter.yml file --- docs/run_a_new_lister.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/run_a_new_lister.rst b/docs/run_a_new_lister.rst index 60ac214d..f18f91b1 100644 --- a/docs/run_a_new_lister.rst +++ b/docs/run_a_new_lister.rst @@ -27,7 +27,7 @@ Here are the steps you need to follow to run a lister within your local environm 2. Follow the instruction mentioned under heading **Preparation steps** and **Configuration file sample** in README.md of swh-lister. 3. Add in the lister configuration the new ``task_modules`` and ``task_queues`` - entry for the your new lister. You need to amend the conf/lister.yml file to + entry for the your new lister. You need to amend the docker/conf/lister.yml file to add the entries. Here is an example for GNU lister:: celery: -- GitLab