James Moger
2014-04-17 f531f8fc369af11a8d0f1a179e35bc8b5c9947cb
src/main/java/com/gitblit/transport/ssh/commands/PluginDispatcher.java
@@ -518,7 +518,7 @@
               if (gitblit.installPlugin(urlOrId, !disableChecksum)) {
                  stdout.println(String.format("Installed %s", urlOrId));
               } else {
                  new UnloggedFailure(1, String.format("Failed to install %s", urlOrId));
                  throw new UnloggedFailure(1, String.format("Failed to install %s", urlOrId));
               }
            } else {
               PluginRelease pr = gitblit.lookupRelease(urlOrId, version);