summaryrefslogtreecommitdiff
path: root/doc/development/python_guide
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-12-09 06:09:41 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-12-09 06:09:41 +0000
commit47d41a24a1933599401d681675f1755c82adbbdf (patch)
tree71ba8658622aa3a818ebd77242bc54d3da735408 /doc/development/python_guide
parenta25cab22f84ee674ebb32625a6da566acd454e8a (diff)
downloadgitlab-ce-47d41a24a1933599401d681675f1755c82adbbdf.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/python_guide')
-rw-r--r--doc/development/python_guide/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/python_guide/index.md b/doc/development/python_guide/index.md
index dc33db24980..adb73edd352 100644
--- a/doc/development/python_guide/index.md
+++ b/doc/development/python_guide/index.md
@@ -30,7 +30,7 @@ brew install pyenv
To install `pyenv` on Linux, you can run the command below:
```shell
-curl https://pyenv.run | bash
+curl "https://pyenv.run" | bash
```
Alternatively, you may find `pyenv` available as a system package via your distro package manager.