aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-08-08 05:25:20 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-08-08 05:25:20 -0700
commitcfc7f61b61be49020044a17df67ae696cb6fa8fd (patch)
treead90fc2ac1bacbde2391705743b07177f6aea7c7 /docs
parent0a2564482197ec5bf6495c705d5e93265af55e4a (diff)
downloadvcpkg-cfc7f61b61be49020044a17df67ae696cb6fa8fd.tar.gz
vcpkg-cfc7f61b61be49020044a17df67ae696cb6fa8fd.zip
[docs] Fix GITLAB_INSTANCE-> GITLAB_URL
Diffstat (limited to 'docs')
-rw-r--r--docs/maintainers/vcpkg_from_gitlab.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/maintainers/vcpkg_from_gitlab.md b/docs/maintainers/vcpkg_from_gitlab.md
index 697e32f44..69deea933 100644
--- a/docs/maintainers/vcpkg_from_gitlab.md
+++ b/docs/maintainers/vcpkg_from_gitlab.md
@@ -5,7 +5,7 @@ Download and extract a project from Gitlab instances. Enables support for `insta
## Usage:
```cmake
vcpkg_from_gitlab(
- GITLAB_INSTANCE <https://gitlab.com>
+ GITLAB_URL <https://gitlab.com>
OUT_SOURCE_PATH <SOURCE_PATH>
REPO <gitlab-org/gitlab-ce>
[REF <v10.7.3>]