Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit2acac19

Browse files
JohnVillalovosnejch
authored andcommitted
docs(pull_mirror): fix incorrect start() method usage example
The documentation incorrectly showed calling start() on theProjectPullMirror object (mirror.start()), but the method onlyexists on the ProjectPullMirrorManager. Updated the example toshow the correct usage: project.pull_mirror.start().Fixes#3269
1 parentfb9693b commit2acac19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎docs/gl_objects/pull_mirror.rst‎

Lines changed: 2 additions & 2 deletions
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-
Startan sync of the pull mirror::
36+
Starta sync of the pull mirror::
3737

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp