Commit aa1ac3d
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 e8d2538 commit aa1ac3d
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