Skip to content

Commit 0456675

Browse files
authored
chore: Set DuckDB submodule URL to https (#3670)
Seems like cargo/github actions has issues pulling `git@` based submodules. This was also the URL before #3666. Signed-off-by: Adam Gutglick <[email protected]>
1 parent f55a24f commit 0456675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "vortex-duckdb/duckdb"]
22
path = vortex-duckdb/duckdb
3-
url = git@github.com:duckdb/duckdb.git
3+
url = https://github.com/duckdb/duckdb.git

0 commit comments

Comments
 (0)