This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Fix capitalisation of repo-name in news (
#3203
)
use 'official' repo.Name instead of incoming repoName; to enforce correct capitalisation
tags/v1.21.12.1
SjonHortensius
无闻
9 years ago
parent
04592c385b
commit
17a4d8a5e5
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
models/action.go
+ 1
- 1
models/action.go
View File
@@ -489,7 +489,7 @@ func CommitRepoAction(
Content: string(bs),
RepoID: repo.ID,
RepoUserName: repoUserName,
RepoName: repoName,
RepoName: repo
.
Name,
RefName: refName,
IsPrivate: repo.IsPrivate,
}); err != nil {
Write
Preview
Loading…
Cancel
Save