Remove duplicate / from submodule url

Otherwise modules initialization fails with:

Cloning into '/home/kkoukiou/repos/cockpit/modules/systemd_ctypes'...
fatal: remote error: /allisonkarlitskaya/systemd_ctypes is not a valid repository name
This commit is contained in:
Katerina Koukiou 2023-05-08 16:08:23 +02:00 committed by Martin Pitt
parent 6d859dabcf
commit 7e44870f6f
1 changed files with 1 additions and 1 deletions

2
.gitmodules vendored
View File

@ -1,6 +1,6 @@
[submodule "modules/systemd_ctypes"]
path = modules/systemd_ctypes
url = https://github.com//allisonkarlitskaya/systemd_ctypes.git
url = https://github.com/allisonkarlitskaya/systemd_ctypes.git
[submodule "node_modules"]
path = node_modules
url = https://github.com/cockpit-project/node-cache.git