diff --git a/server/eit/commands/checkout.py b/server/eit/commands/checkout.py index c3931058d..6ab5e65c2 100644 --- a/server/eit/commands/checkout.py +++ b/server/eit/commands/checkout.py @@ -26,7 +26,7 @@ class EitCheckout(EitCommand): """ NAME = "checkout" - ALIASES = ["ci"] + ALIASES = ["co"] def _get_parser(self): """ Overridden from EitCommand """