Skip to content

Commit

Permalink
Update docs/dev-environment.md
Browse files Browse the repository at this point in the history
Co-authored-by: Frederik Ring <frederik.ring@gmail.com>
  • Loading branch information
tarrow and m90 committed Jan 25, 2024
1 parent 2482391 commit 0430fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ docker compose down --volumes
After modifying `i18n` files, run the following to update localization caches:

```sh
docker compose exec -it mediawiki bash -c "WBS_DOMAIN=maint php w/maintenance/rebuildLocalisationCache.php --lang=en --force"
docker compose run --rm -it mediawiki bash -c "WBS_DOMAIN=maint php w/maintenance/rebuildLocalisationCache.php --lang=en --force"
```

### Debugging Elastic
Expand Down

0 comments on commit 0430fca

Please sign in to comment.