- Notifications
You must be signed in to change notification settings - Fork676
Commit2acac19
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#32691 parentfb9693b commit2acac19
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
Comments
(0)