Skip to content

Commit 5f305a4

Browse files
committed
Fix git submodule
Also related to #1 Then you can use to sync the submodule again: ``` git submodule sync git submodule init git submodule update ```
1 parent 6380c63 commit 5f305a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "libserialport"]
22
path = libserialport
3-
url = git@github.com:facchinm/libserialport.git
3+
url = https://github.com/facchinm/libserialport.git

0 commit comments

Comments
 (0)