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)) {