Skip to content

Commit 7e62e67

Browse files
author
root
committed
Fix class unknown
1 parent 4c30777 commit 7e62e67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app/workers/githosting_shell_worker.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ class GithostingShellWorker
55

66
def perform(command, object, options = {})
77
logger.info("#{command} | #{object} | #{options}")
8-
GitoliteWrapper.resync_gitolite(command, object, options)
8+
RedmineGitHosting::GitoliteWrapper.resync_gitolite(command, object, options)
99
end
1010
end

0 commit comments

Comments
 (0)