Show More
@@ -468,7 +468,7 b' def vcs_server():' | |||
|
468 | 468 | |
|
469 | 469 | server_url = rhodecode.CONFIG.get('vcs.server') |
|
470 | 470 | enabled = rhodecode.CONFIG.get('vcs.server.enable') |
|
471 | protocol = rhodecode.CONFIG.get('vcs.server.protocol') | |
|
471 | protocol = rhodecode.CONFIG.get('vcs.server.protocol') or 'http' | |
|
472 | 472 | state = STATE_OK_DEFAULT |
|
473 | 473 | version = None |
|
474 | 474 |
General Comments 0
You need to be logged in to leave comments.
Login now