Skip to content

Commit

Permalink
Fix git url of extensions/struct-theme (#1811)
Browse files Browse the repository at this point in the history
Fix for warning on initial submodule setup:
```
Cloning into '/private/tmp/extensions/extensions/struct-theme'...
warning: redirecting to https://gitlab.com/Fake.User/struct-zed-theme.git/
```
  • Loading branch information
notpeter authored Dec 16, 2024
1 parent d21b8b3 commit 71a7002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -1324,7 +1324,7 @@

[submodule "extensions/struct-theme"]
path = extensions/struct-theme
url = https://gitlab.com/Fake.User/struct-zed-theme
url = https://gitlab.com/Fake.User/struct-zed-theme.git

[submodule "extensions/sublime-mariana-theme"]
path = extensions/sublime-mariana-theme
Expand Down

0 comments on commit 71a7002

Please sign in to comment.