This is an automated email from the ASF dual-hosted git repository. dcapwell pushed a commit to branch cep-15-accord in repository https://gitbox.apache.org/repos/asf/cassandra.git
The following commit(s) were added to refs/heads/cep-15-accord by this push: new 99fc9e28cc Ninja for CASSANDRA-19045: make sure to use https rather than git@ for submodule so its portable 99fc9e28cc is described below commit 99fc9e28cc6b91a3f500715efeafc77f4d19f306 Author: David Capwell <dcapw...@apache.org> AuthorDate: Mon Nov 27 10:32:35 2023 -0800 Ninja for CASSANDRA-19045: make sure to use https rather than git@ for submodule so its portable --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index c85d47c922..616dacf610 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "modules/accord"] path = modules/accord - url = g...@github.com:apache/cassandra-accord + url = https://github.com/apache/cassandra-accord.git branch = trunk --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org