aboutsummaryrefslogtreecommitdiffstats
path: root/mgarepo
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageialinux-online.org>2015-12-20 11:35:48 +0100
committerPapoteur <papoteur@mageialinux-online.org>2015-12-20 11:35:48 +0100
commitfa2d2adc7d775f56897057f1b0071284c5949f71 (patch)
tree0dc3d07c0da2ff8058a4b83fcf7eca3fcd22b2a8 /mgarepo
parente3ddfccab05554cc0b185d34d1f13b716d874c5d (diff)
downloadmgarepo-fa2d2adc7d775f56897057f1b0071284c5949f71.tar
mgarepo-fa2d2adc7d775f56897057f1b0071284c5949f71.tar.gz
mgarepo-fa2d2adc7d775f56897057f1b0071284c5949f71.tar.bz2
mgarepo-fa2d2adc7d775f56897057f1b0071284c5949f71.tar.xz
mgarepo-fa2d2adc7d775f56897057f1b0071284c5949f71.zip
Delete a remaining test line
Diffstat (limited to 'mgarepo')
-rwxr-xr-xmgarepo3
1 files changed, 1 insertions, 2 deletions
diff --git a/mgarepo b/mgarepo
index 5abb399..38e6d2d 100755
--- a/mgarepo
+++ b/mgarepo
@@ -4,7 +4,7 @@ from MgaRepo.command import *
import getopt
import sys
-VERSION="1.11.5"
+VERSION="1.11.4"
HELP = """\
Usage: mgarepo COMMAND [COMMAND ARGUMENTS]
@@ -56,7 +56,6 @@ def parse_options():
parser.add_option("--help-plugin", type="string", dest="__ignore",
action="callback", callback=plugin_help)
opts, args = parser.parse_args()
- args = ['ci']
del opts.__ignore
if len(args) < 1:
parser.print_help(sys.stderr)