Skip to content

Commit

Permalink
feat: change path in .gitmodule
Browse files Browse the repository at this point in the history
  • Loading branch information
ch-cbna committed Aug 1, 2024
1 parent 14614a7 commit d1676f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[submodule "dependencies/UsersHub-authentification-module"]
path = dependencies/UsersHub-authentification-module
url = https://github.com/PnX-SI/UsersHub-authentification-module
url = ../UsersHub-authentification-module.git
[submodule "dependencies/Utils-Flask-SQLAlchemy"]
path = dependencies/Utils-Flask-SQLAlchemy
url = https://github.com/PnX-SI/Utils-Flask-SQLAlchemy
url = ../Utils-Flask-SQLAlchemy.git
[submodule "dependencies/RefGeo"]
path = dependencies/RefGeo
url = https://github.com/PnX-SI/RefGeo.git
url = ../RefGeo.git
[submodule "dependencies/Utils-Flask-SQLAlchemy-Geo"]
path = dependencies/Utils-Flask-SQLAlchemy-Geo
url = https://github.com/PnX-SI/Utils-Flask-SQLAlchemy-Geo
url = ../Utils-Flask-SQLAlchemy-Geo.git

0 comments on commit d1676f5

Please sign in to comment.