Skip to content

Commit e4b2bab

Browse files
#800 fix resync_gitolite call for async job
1 parent e526491 commit e4b2bab

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
@@ -16,6 +16,6 @@ def self.maybe_do(command, object, options)
1616

1717
def perform(command, object, options)
1818
logger.info "#{command} | #{object} | #{options}"
19-
RedmineGitHosting::GitoliteWrapper.resync_gitolite command, object, options
19+
RedmineGitHosting::GitoliteWrapper.resync_gitolite command, object, **options
2020
end
2121
end

0 commit comments

Comments
 (0)