Commit 8d1efa1
committed
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 #32691 parent 2982f20 commit 8d1efa1
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
0 commit comments