summaryrefslogtreecommitdiff
path: root/app/workers/gitlab_shell_worker.rb
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-21 21:01:14 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-21 21:01:14 +0200
commit0103363191d63d9a81bfeba61abf443532f47183 (patch)
tree04a27645758a53dd2ae91db40da7e4d5acb32bb4 /app/workers/gitlab_shell_worker.rb
parentd6338a8482920fc69cc016e5da796194034a1861 (diff)
downloadgitlab-ce-0103363191d63d9a81bfeba61abf443532f47183.tar.gz
replace Gitolited mixin with Gitlab::ShellAdapter
Diffstat (limited to 'app/workers/gitlab_shell_worker.rb')
-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 0a921b1bd44..cfeda88bbc5 100644
--- a/app/workers/gitlab_shell_worker.rb
+++ b/app/workers/gitlab_shell_worker.rb
@@ -1,6 +1,6 @@
class GitlabShellWorker
include Sidekiq::Worker
- include Gitolited
+ include Gitlab::ShellAdapter
sidekiq_options queue: :gitlab_shell