Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/development/geo.md')
-rw-r--r--doc/development/geo.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/geo.md b/doc/development/geo.md
index 5010e44e826..38a64cbadca 100644
--- a/doc/development/geo.md
+++ b/doc/development/geo.md
@@ -244,7 +244,7 @@ Whenever a new Geo node is configured or the database schema changes on the
**primary** node, you must refresh the foreign tables on the **secondary** node
by running the following:
-```sh
+```shell
bundle exec rake geo:db:refresh_foreign_tables
```