Skip to content

Commit

Permalink
fix submodule remote url using ssh instead of https
Browse files Browse the repository at this point in the history
fixes #569
  • Loading branch information
iamsergio committed Jan 9, 2025
1 parent 3aaccdd commit c760f94
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 "tests/reference-images"]
path = tests/reference-images
url = git@github.com:KDAB/kddockwidgets-reference-test-screenshots.git
url = https://github.com/KDAB/kddockwidgets-reference-test-screenshots.git

0 comments on commit c760f94

Please sign in to comment.