From b8f12d1917d2befe17cf8e8f47fb70a1bb6a99ff Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Tue, 23 Jun 2015 16:52:40 +0200 Subject: Replace GITLAB with GitLab in rake task descriptions --- lib/tasks/cache.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/tasks/cache.rake') diff --git a/lib/tasks/cache.rake b/lib/tasks/cache.rake index 753a5a11070..1728dda72cf 100644 --- a/lib/tasks/cache.rake +++ b/lib/tasks/cache.rake @@ -1,5 +1,5 @@ namespace :cache do - desc "GITLAB | Clear redis cache" + desc "GitLab | Clear redis cache" task :clear => :environment do # Hack into Rails.cache until https://github.com/redis-store/redis-store/pull/225 # is accepted (I hope) and we can update the redis-store gem. -- cgit v1.2.1