Commit 6b9e483a authored by Clayton Carter's avatar Clayton Carter

Update deploy token example to use https

parent ff5d8b63
......@@ -51,7 +51,7 @@ To download a repository using a Deploy Token, you just need to:
```bash
git clone http://<username>:<deploy_token>@gitlab.example.com/tanuki/awesome_project.git
git clone https://<username>:<deploy_token>@gitlab.example.com/tanuki/awesome_project.git
```
Just replace `<username>` and `<deploy_token>` with the proper values
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment