ps: Fix implementation to alias to gerrit show-queue
This command was meant to be show-queue, but a typo caused it to be show-caches. Fix the binding. Change-Id: Ib6ae43f096ed84fb1be3d793fcb41c21ec65a5a5 Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
@@ -45,7 +45,7 @@ public class DefaultCommandModule extends CommandModule {
|
||||
command(git, "receive-pack").to(Commands.key(gerrit, "receive-pack"));
|
||||
command(git, "upload-pack").to(Upload.class);
|
||||
|
||||
command("ps").to(AdminShowCaches.class);
|
||||
command("ps").to(AdminShowQueue.class);
|
||||
command("kill").to(AdminKill.class);
|
||||
command("scp").to(ScpCommand.class);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user