aboutsummaryrefslogtreecommitdiffstats
path: root/MgaRepo/commands/submit.py
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2014-07-19 06:15:44 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2014-07-19 06:17:18 +0200
commitba48cc19f391339c9f6625cf589de61278dd2feb (patch)
treefff2118eb07facd07b9b87552d1235ed39f97c84 /MgaRepo/commands/submit.py
parentcfdb6b3eb9f1638946ea9cbbcad06117d51b9b2b (diff)
downloadmgarepo-ba48cc19f391339c9f6625cf589de61278dd2feb.tar
mgarepo-ba48cc19f391339c9f6625cf589de61278dd2feb.tar.gz
mgarepo-ba48cc19f391339c9f6625cf589de61278dd2feb.tar.bz2
mgarepo-ba48cc19f391339c9f6625cf589de61278dd2feb.tar.xz
mgarepo-ba48cc19f391339c9f6625cf589de61278dd2feb.zip
s/cooker/cauldron/
thus fixing some stupid upload errors related to backports
Diffstat (limited to 'MgaRepo/commands/submit.py')
-rw-r--r--MgaRepo/commands/submit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/MgaRepo/commands/submit.py b/MgaRepo/commands/submit.py
index 2def907..d9dfdbc 100644
--- a/MgaRepo/commands/submit.py
+++ b/MgaRepo/commands/submit.py
@@ -57,7 +57,7 @@ Examples:
mgarepo submit --define section=core/updates_testing -t 1
"""
-DEFAULT_TARGET = "Cooker"
+DEFAULT_TARGET = "cauldron"
def parse_options():
parser = OptionParser(help=HELP)