From fe2fb1334bf9f9cb6da448c774ed9006d6e56e5d Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 21 Jun 2022 00:55:01 +0800 Subject: fix typo --- xmake/modules/package/manager/vcpkg/configurations.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/modules/package/manager/vcpkg/configurations.lua b/xmake/modules/package/manager/vcpkg/configurations.lua index 60577efad..fccde8d92 100644 --- a/xmake/modules/package/manager/vcpkg/configurations.lua +++ b/xmake/modules/package/manager/vcpkg/configurations.lua @@ -43,7 +43,7 @@ function main() baseline = {description = "set the builtin baseline."}, features = {description = "set the features of dependency."}, default_features = {description = "enables or disables any defaults provided by the dependency.", default = true}, - registries = {description = "set the registries in vcpkg-configuration.json"} + registries = {description = "set the registries in vcpkg-configuration.json"}, default_registries = {description = "set the default registries in vcpkg-configuration.json"} } end -- cgit v1.3.1