Fixed a typo in track importing instructions

This commit is contained in:
Eliot Berriot 2017-06-25 23:39:18 +02:00
commit e9b2870e07
2 changed files with 1 additions and 2 deletions

View file

@ -12,7 +12,7 @@ least an ``artist``, ``album`` and ``title`` tag, you can import those tracks as
.. code-block:: bash
docker-compose --rm run api python manage.py import_files "/music/**/*.ogg" --recursive --noinput
docker-compose run --rm api python manage.py import_files "/music/**/*.ogg" --recursive --noinput
.. note::