James Moger
2014-06-30 9bc44161b6985c2f39cc86bf989351cb4281919f
src/main/java/com/gitblit/transport/ssh/SshDaemon.java
@@ -142,7 +142,7 @@
   public String formatUrl(String gituser, String servername, String repository) {
      if (sshd.getPort() == DEFAULT_PORT) {
         // standard port
         return MessageFormat.format("{0}@{1}/{2}", gituser, servername,
         return MessageFormat.format("ssh://{0}@{1}/{2}", gituser, servername,
               repository);
      } else {
         // non-standard port