Skip to content

Commit

Permalink
Set update = none in submodule configuration (#137)
Browse files Browse the repository at this point in the history
Fixes #137
  • Loading branch information
nickpresta authored Mar 17, 2023
1 parent c238951 commit d231b27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[submodule "libduckdb-sys/duckdb-sources"]
path = libduckdb-sys/duckdb-sources
url = [email protected]:duckdb/duckdb.git
url = [email protected]:duckdb/duckdb.git
update = none

0 comments on commit d231b27

Please sign in to comment.