Skip to content

Commit

Permalink
Merge pull request FunkinCrew#3509 from FunkinCrew/bugfix/git-submodu…
Browse files Browse the repository at this point in the history
…le-url

Fix an issue where .gitmodules would point to the wrong repository
  • Loading branch information
EliteMasterEric authored and ninjamuffin99 committed Oct 4, 2024
2 parents 78521e6 + 5f6df2a commit 2783935
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "assets"]
path = assets
url = https://github.com/FunkinCrew/Funkin-assets-secret
url = https://github.com/FunkinCrew/Funkin.assets
[submodule "art"]
path = art
url = https://github.com/FunkinCrew/Funkin-art-secret
url = https://github.com/FunkinCrew/Funkin.art

0 comments on commit 2783935

Please sign in to comment.