Commit 27b86e1
committed
fix: anchor .git regex in repo name extraction (handleAddRepo)
Same mid-string strip bug we fixed in RepoDetailView. This instance
was in the name = gitUrl.split('/').pop()?.replace('.git', '') line.1 parent 4a1f0ee commit 27b86e1
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
0 commit comments