Fixed patching typo (#59)

This commit is contained in:
henbotb
2026-06-13 22:51:20 -04:00
committed by GitHub
parent 59f5ca2b05
commit f3a2355c3d
+1 -1
View File
@@ -42,7 +42,7 @@ gpui = { git = "https://github.com/gpui-ce/gpui-ce", package = "gpui-ce" }
# If they're using the git remote
[patch."https://github.com/zed-industries/zed.git"]
gpui = { git = "https://github.com/gpui-ce/gpui-ce }
gpui = { git = "https://github.com/gpui-ce/gpui-ce" }
```
#### Is there a community I could... join?