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/administration/raketasks/project_import_export.md')
-rw-r--r--doc/administration/raketasks/project_import_export.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/administration/raketasks/project_import_export.md b/doc/administration/raketasks/project_import_export.md
index 2857f5a27aa..f782a24e654 100644
--- a/doc/administration/raketasks/project_import_export.md
+++ b/doc/administration/raketasks/project_import_export.md
@@ -13,7 +13,7 @@
The GitLab Import/Export version can be checked by using:
-```bash
+```shell
# Omnibus installations
sudo gitlab-rake gitlab:import_export:version
@@ -23,7 +23,7 @@ bundle exec rake gitlab:import_export:version RAILS_ENV=production
The current list of DB tables that will get exported can be listed by using:
-```bash
+```shell
# Omnibus installations
sudo gitlab-rake gitlab:import_export:data