aboutsummaryrefslogtreecommitdiffstats
path: root/MgaRepo/commands/submit.py
diff options
context:
space:
mode:
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)