8000 Merge pull request #2113 from tuxiqae/patch-1 · weakcamel/python-gitlab@ca3b438 · GitHub
[go: up one dir, main page]

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

Appearance settings

Commit ca3b438

Browse files
authored
Merge pull request python-gitlab#2113 from tuxiqae/patch-1
Remove redundant `-v` that breaks the command
2 parents 0e4db56 + c523e18 commit ca3b438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Run your own image:
104104

105105
.. code-block:: console
106106
107-
$ docker run -it --rm -v python-gitlab:latest <command> ...
107+
$ docker run -it --rm python-gitlab:latest <command> ...
108108
109109
Build a Debian slim-based image:
110110

0 commit comments

Comments
 (0)
0