Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bansan85 committed Nov 23, 2024
1 parent 67e0dc0 commit 348d46e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions locales/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/vcpkg-test/configmetadata.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
)");

Expand Down

0 comments on commit 348d46e

Please sign in to comment.