Skip to content
Snippets Groups Projects

Use HTTPS instead of SSH to retrieve submodule (otherwise checkouts of this repo with HTTPS fail)

Merged Thijs Walcarius requested to merge twalcarius/coap_testing_tool:patch-1 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -3,4 +3,4 @@
url = https://gitlab.distantaccess.com/fsismondi/ttproto.git
[submodule "coap_testing_tool/agent"]
path = coap_testing_tool/agent
url = git@gitlab.distantaccess.com:f-interop-contributors/agent.git
url = https://gitlab.distantaccess.com/f-interop-contributors/agent.git
Loading