James Moger
2011-06-01 a3bde69e9b3f3cc6212b0cd5fd7310b6a3301d8c
src/com/gitblit/utils/StringUtils.java
@@ -130,7 +130,7 @@
   public static String getRootPath(String path) {
      if (path.indexOf('/') > -1) {
         return path.substring(0, path.indexOf('/'));
         return path.substring(0, path.lastIndexOf('/'));
      }
      return "";
   }