diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-09-12 13:35:44 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-09-12 13:53:57 +0300 |
commit | 663db88bc369c49904c3d9b543a22f2ed54a9e66 (patch) | |
tree | fb09cf5f9039c3bafb4de803b052bb0892138b0f | |
parent | f51b731613685672a0e6bc9a3cc9be77d585cb78 (diff) | |
download | ydb-663db88bc369c49904c3d9b543a22f2ed54a9e66.tar.gz |
Intermediate changes
-rw-r--r-- | build/ya.conf.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/ya.conf.json b/build/ya.conf.json index 9b4626f626..fa52cbbb3b 100644 --- a/build/ya.conf.json +++ b/build/ya.conf.json @@ -83,7 +83,7 @@ "ya-tc" ] }, - "formula": "build/external_resources/ya-tc/resources.json" + "formula": "build/external_resources/ya-tc/public.resources.json" }, "yexport": { "executable": { @@ -99,7 +99,7 @@ "ymake" ] }, - "formula": "build/external_resources/ymake/resources.json" + "formula": "build/external_resources/ymake/public.resources.json" }, "ymake_python3": { "executable": { |