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>2013-02-11 21:27:26 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-02-11 21:27:26 +0400
commitea0cb39d63cb193179338b9348c40d59da5787b1 (patch)
tree23af500b7d5e7b19139dada7712bdc271b7d8a84 /app/workers
parentdd8d0a659d947df0dcaaae2960aa1567a8740b11 (diff)
use proper name for gitlabshell worker
Diffstat (limited to 'app/workers')
-rw-r--r--app/workers/gitlab_shell_worker.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/workers/gitlab_shell_worker.rb b/app/workers/gitlab_shell_worker.rb
index 0b8a5497111..0a921b1bd44 100644
--- a/app/workers/gitlab_shell_worker.rb
+++ b/app/workers/gitlab_shell_worker.rb
@@ -1,4 +1,4 @@
-class GitoliteWorker
+class GitlabShellWorker
include Sidekiq::Worker
include Gitolited