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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-06-23 17:52:40 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-06-23 17:52:40 +0300
commitb8f12d1917d2befe17cf8e8f47fb70a1bb6a99ff (patch)
treeeea9e487f1679306149023e2c448fd3488d8d619 /lib/tasks/gitlab/setup.rake
parent12e09986350344ee05bd87dc70014510dfff68c3 (diff)
Replace GITLAB with GitLab in rake task descriptions
Diffstat (limited to 'lib/tasks/gitlab/setup.rake')
-rw-r--r--lib/tasks/gitlab/setup.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/gitlab/setup.rake b/lib/tasks/gitlab/setup.rake
index 8b4ccdfc3fe..0ac4b0fa8a3 100644
--- a/lib/tasks/gitlab/setup.rake
+++ b/lib/tasks/gitlab/setup.rake
@@ -1,5 +1,5 @@
namespace :gitlab do
- desc "GITLAB | Setup production application"
+ desc "GitLab | Setup production application"
task setup: :environment do
setup_db
end