aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2021-05-26 15:03:02 -0700
committerGitHub <noreply@github.com>2021-05-26 15:03:02 -0700
commit6fc4e607f1f0c46aa4692fbf3c6ce99dfef64b12 (patch)
tree1e71e0e74593ba7a35b3efbe8035b5ae75177828 /docs
parent8c242b4457233c82b679a0c4c638573e4833637b (diff)
downloadvcpkg-6fc4e607f1f0c46aa4692fbf3c6ce99dfef64b12.tar.gz
vcpkg-6fc4e607f1f0c46aa4692fbf3c6ce99dfef64b12.zip
[docs] Replace 'git-tree' in fs registry docs with 'path' (#17727)
Diffstat (limited to 'docs')
-rw-r--r--docs/maintainers/registries.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/maintainers/registries.md b/docs/maintainers/registries.md
index bef296ea3..a4df8d32b 100644
--- a/docs/maintainers/registries.md
+++ b/docs/maintainers/registries.md
@@ -282,7 +282,7 @@ version:
{
"version": "2.6.2",
"port-version": 0,
- "git-tree": "$/ports/kitten/2.6.2_0"
+ "path": "$/ports/kitten/2.6.2_0"
}
]
}
@@ -305,12 +305,12 @@ your `versions/k-/kitten.json`:
{
"version": "2.6.3",
"port-version": 0,
- "git-tree": "$/ports/kitten/2.6.3_0"
+ "path": "$/ports/kitten/2.6.3_0"
},
{
"version": "2.6.2",
"port-version": 0,
- "git-tree": "$/ports/kitten/2.6.2_0"
+ "path": "$/ports/kitten/2.6.2_0"
}
]
}
@@ -354,4 +354,4 @@ as well (remember not to modify existing baselines):
}
```
-and you're done! \ No newline at end of file
+and you're done!