Skip to content

Commit

Permalink
fix(sdk): use https submodule instead of ssh
Browse files Browse the repository at this point in the history
This would break cloning with unauthenticated users.

Signed-off-by: Fatih Acar <fatih@opsmill.com>
  • Loading branch information
fatih-acar committed Sep 20, 2024
1 parent becbcc9 commit e88bf3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "python_sdk"]
path = python_sdk
url = git@github.com:opsmill/infrahub-sdk-python.git
url = https://github.com/opsmill/infrahub-sdk-python.git

0 comments on commit e88bf3a

Please sign in to comment.