James Moger
2011-12-23 31bcbea4c35e29d3b5147d33a41544cb125cf694
src/com/gitblit/GitBlit.java
@@ -1479,7 +1479,7 @@
      }
      return scripts;
   }
   public List<String> getInheritedPreReceiveScripts(RepositoryModel repository) {
      Set<String> globals = new HashSet<String>();
      for (String script : getStrings(Keys.groovy.preReceiveScripts)) {