diff options
author | xyz <gky44px1999@gmail.com> | 2021-12-13 02:05:31 -0800 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-12-13 02:05:31 -0800 |
commit | f9ddfd7a94290e2271df55585d93b97190c5897a (patch) | |
tree | 2088305e59e7e6bb2f909d2f697b86c83a97eee9 /.gitmodules | |
parent | 040bc6553195783cc4b849255bbba76998bfc682 (diff) |
change .gitmodules paths
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index 7ab45179..b828cb33 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule ".mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks"] - path = .mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks +[submodule "/home/xyz/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks"] + path = /home/xyz/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks url = git@github.com:MrOtherGuy/firefox-csshacks.git |