From 348d46e8476782113466fcc94e76d9b2048b351c Mon Sep 17 00:00:00 2001 From: Vincent Le Garrec Date: Sat, 23 Nov 2024 07:39:57 +0100 Subject: [PATCH] Fix workflow --- locales/messages.json | 1 + src/vcpkg-test/configmetadata.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/locales/messages.json b/locales/messages.json index d33ef52815..e8e7366006 100644 --- a/locales/messages.json +++ b/locales/messages.json @@ -14,6 +14,7 @@ "AFeature": "a feature", "AFeatureName": "a feature name", "AFilesystemRegistry": "a filesystem registry", + "AFilesystemRegistryFromGit": "a filesystem registry from git", "AGitObjectSha": "a git object SHA", "AGitReference": "a git reference (for example, a branch)", "AGitRegistry": "a git registry", diff --git a/src/vcpkg-test/configmetadata.cpp b/src/vcpkg-test/configmetadata.cpp index 57373bd03d..c317e1aa79 100644 --- a/src/vcpkg-test/configmetadata.cpp +++ b/src/vcpkg-test/configmetadata.cpp @@ -183,7 +183,7 @@ test: error: $ (a configuration object): The default registry cannot be an artif }] })json"; check_errors(raw_bad_kind, R"( -test: error: $.registries[0] (a registry): "kind" did not have an expected value: (expected one of: builtin, filesystem, git, artifact; found custom) +test: error: $.registries[0] (a registry): "kind" did not have an expected value: (expected one of: builtin, filesystem, filesystem-from-git, git, artifact; found custom) test: error: $.registries[0]: mismatched type: expected a registry )");