From 17840f271d6d4cc8d3fd567a5059f331281aacb7 Mon Sep 17 00:00:00 2001 From: Chris Ashton Date: Tue, 25 Feb 2025 08:59:36 +0000 Subject: [PATCH] Fix broken command --- docs/how-tos/publishing-content-on-whitehall.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-tos/publishing-content-on-whitehall.md b/docs/how-tos/publishing-content-on-whitehall.md index aa7b4ccf..7336eac9 100644 --- a/docs/how-tos/publishing-content-on-whitehall.md +++ b/docs/how-tos/publishing-content-on-whitehall.md @@ -27,7 +27,7 @@ work with locally. The instructions below assume that you have "made" all of the 8. Publish a test taxon so that we can tag Whitehall content with it: ```bash - govuk-docker run whitehall-app-lite rails taxonomy:populate_end_to_end_test_data + govuk-docker run whitehall-lite rails taxonomy:populate_end_to_end_test_data govuk-docker run whitehall-lite rails taxonomy:rebuild_cache ``` 9. Publish a document. You should be able to access it at `http://government-frontend.dev.gov.uk/{{your_base_path_here}}`