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 'lib/tasks/setup.rake')
-rw-r--r--lib/tasks/setup.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/setup.rake b/lib/tasks/setup.rake
index 93701de8f63..4c79ffbfa6b 100644
--- a/lib/tasks/setup.rake
+++ b/lib/tasks/setup.rake
@@ -1,4 +1,4 @@
-desc "GITLAB | Setup gitlab db"
+desc "GitLab | Setup gitlab db"
task :setup do
Rake::Task["gitlab:setup"].invoke
end