diff options
| author | Fuwn <[email protected]> | 2021-05-18 12:20:43 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-18 12:20:43 -0700 |
| commit | d47ee60cc16ae033fb004cbe6ab0574d8687c75b (patch) | |
| tree | da55ced6e937bfff91dcd09a760fbb3ac49ffc52 /.gitmodules | |
| parent | feat: add submodule link to records (diff) | |
| download | records-d47ee60cc16ae033fb004cbe6ab0574d8687c75b.tar.xz records-d47ee60cc16ae033fb004cbe6ab0574d8687c75b.zip | |
fix(git): submodule link hopefully
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index bb478b4..30c9415 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "records-data"] +[submodule "records"] path = records url = https://github.com/fuwn/records-data.git |