Skip to content

Commit 120c2ad

Browse files
committed
Change default to --no-upload
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
1 parent 1827dd2 commit 120c2ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mmdzanata/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def cli(ctx, debug, branch, koji_url, zanata_url, zanata_project,
8585

8686

8787
@cli.command()
88-
@click.option('--upload/--no-upload', default=True,
88+
@click.option('--upload/--no-upload', default=False,
8989
help='Whether to automatically push extracted strings to '
9090
'Zanata',
9191
show_default=True)

0 commit comments

Comments
 (0)