Skip to content

Commit 52ebd68

Browse files
authored
url_flock
1 parent c5f872e commit 52ebd68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/duck_flock.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ namespace duckdb {
5959

6060
TableFunction DuckFlockTableFunction() {
6161
TableFunction f(
62-
"duck_flock",
62+
"url_flock",
6363
{LogicalType::VARCHAR, LogicalType::LIST(LogicalType::VARCHAR)},
6464
DuckFlockImplementation,
6565
DuckFlockBind,
@@ -75,4 +75,4 @@ namespace duckdb {
7575

7676

7777

78-
#endif
78+
#endif

0 commit comments

Comments
 (0)