summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Ramsay <james@jramsay.com.au>2019-08-28 12:00:45 +0300
committerJames Ramsay <james@jramsay.com.au>2019-08-29 14:07:46 +0300
commitc3a43cc82a4c4cc0d42c10ca09fc0cf0c7fe9c8b (patch)
tree72475421cf159521b5488df792bc518f4009fbe2
parent96f2b646f05a106c97527981b1f7b192c2724846 (diff)
downloadgitlab-ce-docs/jramsay/partial-clone-typo.tar.gz
Remove bad url from partial clone docsdocs/jramsay/partial-clone-typo
-rw-r--r--doc/topics/git/partial_clone.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/topics/git/partial_clone.md b/doc/topics/git/partial_clone.md
index ea4223355d8..c9a5430b2c6 100644
--- a/doc/topics/git/partial_clone.md
+++ b/doc/topics/git/partial_clone.md
@@ -112,7 +112,7 @@ enabled on the Git server:
git init
# Add the remote
- git remote add origin git@gitlab.com/example/jumbo-repo
+ git remote add origin <url>
# Enable partial clone support for the remote
git config --local extensions.partialClone origin