David Ostrovsky
2014-03-15 282b8fd82c46ba6874fb24c8715af103645f3406
src/main/java/com/gitblit/transport/ssh/commands/DispatchCommand.java
@@ -80,7 +80,7 @@
      }
      CommandMetaData meta = cmd.getAnnotation(CommandMetaData.class);
      if (meta.admin() && user.canAdmin()) {
         log.debug(MessageFormat.format("excluding admin command {} for {}", meta.name(), user.username));
         log.debug(MessageFormat.format("excluding admin command {0} for {1}", meta.name(), user.username));
         return;
      }
      commands.add(cmd);