diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-06-23 16:52:40 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-06-23 16:52:40 +0200 |
commit | b8f12d1917d2befe17cf8e8f47fb70a1bb6a99ff (patch) | |
tree | eea9e487f1679306149023e2c448fd3488d8d619 /lib/tasks/setup.rake | |
parent | 12e09986350344ee05bd87dc70014510dfff68c3 (diff) | |
download | gitlab-ce-b8f12d1917d2befe17cf8e8f47fb70a1bb6a99ff.tar.gz |
Replace GITLAB with GitLab in rake task descriptions
Diffstat (limited to 'lib/tasks/setup.rake')
-rw-r--r-- | lib/tasks/setup.rake | 2 |
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 |