Skip to content

Commit 6bfdffa

Browse files
committed
fix
1 parent 1878b4b commit 6bfdffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/library/yql/providers/config/yql_config_provider.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ namespace {
471471
bool ValidateEvaluation(const TStringBuf name, const TExprNode& node, TExprContext& ctx) {
472472
if (name == "AddFileByUrl" || name == "AddFolderByUrl") {
473473
if (node.ChildrenSize() < 4) {
474-
ctx.AddError(TIssue(ctx.GetPosition(node.Pos()), TStringBuilder() << "Expected at least 5 arguments, but got " << node.ChildrenSize()));
474+
ctx.AddError(TIssue(ctx.GetPosition(node.Pos()), TStringBuilder() << "Expected at least 4 arguments, but got " << node.ChildrenSize()));
475475
return false;
476476
}
477477

0 commit comments

Comments
 (0)