This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
gitea
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Fix capitalisation of repo-name in news (
#3203
)
use 'official' repo.Name instead of incoming repoName; to enforce correct capitalisation
for-closed-social
SjonHortensius
8 years ago
committed by
无闻
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