Skip to content

Commit

Permalink
Merge pull request #1102 from dotenorio/master
Browse files Browse the repository at this point in the history
Update doc for remote_mirrors
  • Loading branch information
nejch committed May 25, 2020
2 parents 38e9fde + f5f4e12 commit ef6181b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/gl_objects/remote_mirrors.rst
Expand Up @@ -24,8 +24,8 @@ Get the list of a project's remote mirrors::

Create (and enable) a remote mirror for a project::

mirror = project.wikis.create({'url': 'https://gitlab.com/example.git',
'enabled': True})
mirror = project.remote_mirrors.create({'url': 'https://gitlab.com/example.git',
'enabled': True})

Update an existing remote mirror's attributes::

Expand Down

0 comments on commit ef6181b

Please sign in to comment.