diff --git a/documentation/docs/configuration/updating.md b/documentation/docs/configuration/updating.md index c4eb3d3..aff9dd7 100644 --- a/documentation/docs/configuration/updating.md +++ b/documentation/docs/configuration/updating.md @@ -20,5 +20,5 @@ docker exec -it bash Once you are in the container run the following command to resync the region data. ```bash -python manage.py download-countries +python manage.py download-countries --force ```