Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2acac19

Browse filesBrowse files
JohnVillalovosnejch
authored andcommitted
docs(pull_mirror): fix incorrect start() method usage example
The documentation incorrectly showed calling start() on the ProjectPullMirror object (mirror.start()), but the method only exists on the ProjectPullMirrorManager. Updated the example to show the correct usage: project.pull_mirror.start(). Fixes #3269
1 parent fb9693b commit 2acac19
Copy full SHA for 2acac19

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎docs/gl_objects/pull_mirror.rst‎

Copy file name to clipboardExpand all lines: docs/gl_objects/pull_mirror.rst
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ Update an existing remote mirror's attributes::
3333
mirror.only_protected_branches = True
3434
mirror.save()
3535

36-
Start an sync of the pull mirror::
36+
Start a sync of the pull mirror::
3737

38-
mirror.start()
38+
project.pull_mirror.start()

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.