We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa6e592 commit 44b8b5bCopy full SHA for 44b8b5b
app/workers/githosting_shell_worker.rb
@@ -5,6 +5,6 @@ class GithostingShellWorker
5
6
def perform(command, object, options = {})
7
logger.info("#{command} | #{object} | #{options}")
8
- GitoliteWrapper.resync_gitolite(command, object, options)
+ RedmineGitHosting::GitoliteWrapper.resync_gitolite(command, object, options)
9
end
10
0 commit comments