Skip to content

Commit abe69f8

Browse files
committed
Add ssh port to repository access url
1 parent 85cf9dd commit abe69f8

File tree

1 file changed

+1
-1
lines changed
  • app/models/concerns/gitolitable

1 file changed

+1
-1
lines changed

Diff for: app/models/concerns/gitolitable/urls.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def go_access_path
2323

2424

2525
def ssh_url
26-
"ssh://#{RedmineGitHosting::Config.gitolite_user}@#{RedmineGitHosting::Config.ssh_server_domain}/#{git_access_path}"
26+
"ssh://#{RedmineGitHosting::Config.gitolite_user}@#{RedmineGitHosting::Config.ssh_server_domain}:#{RedmineGitHosting::Config.gitolite_server_port}/#{git_access_path}"
2727
end
2828

2929

0 commit comments

Comments
 (0)