From f0429d756804d0a911c80a4afd8215140a672cda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCdepohl?= <lorenz.huedepohl@rzg.mpg.de> Date: Fri, 30 Nov 2018 10:32:04 +0100 Subject: [PATCH] Update mpcdf_sync_projects.py --- mpcdf_sync_projects.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpcdf_sync_projects.py b/mpcdf_sync_projects.py index cac8d8a..5db2a92 100644 --- a/mpcdf_sync_projects.py +++ b/mpcdf_sync_projects.py @@ -15,7 +15,7 @@ import osc.cmdln help="Source project") @osc.cmdln.option('-t', '--to', help="Just sync with this single destination project") -@osc.cmdln.alias("mpcdf_syncpro") +@osc.cmdln.alias("mpcdf_sync_projects") def do_mpcdf_sync_projects(self, subcmd, opts, *args): """${cmd_name}: Branch all/missing packages from a project to another and sync their metadata -- GitLab