Skip to content

Commit

Permalink
Merge pull request pulp#3898 from goosemania/issue4449
Browse files Browse the repository at this point in the history
Sync in additive mode by default
  • Loading branch information
goosemania authored Feb 27, 2019
2 parents 45f5ee3 + ae7e903 commit 47ca4b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulpcore/app/serializers/repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ class RepositorySyncURLSerializer(serializers.Serializer):

mirror = fields.BooleanField(
required=False,
default=True,
default=False,
help_text=_('The synchronization mode, True for "mirror" and False for "additive" mode.')
)

Expand Down

0 comments on commit 47ca4b4

Please sign in to comment.