Skip to content

Commit 4f420c2

Browse files
committed
fix lint
1 parent 9c3fe45 commit 4f420c2

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

release_notes1.9.2.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## [1.9.2](https://github.com/go-gitea/gitea/releases/tag/v1.9.2) - 2019-08-22
2+
* BUGFIXES
3+
* Fix wrong sender when send slack webhook (#7918) (#7924)
4+
* Upload support text/plain; charset=utf8 (#7899)
5+
* lfs/lock: round locked_at timestamp to second (#7872) (#7875)
6+
* fix non existent milestone with 500 error (#7867) (#7873)
7+
* ENHANCEMENT
8+
* Fix pull creation with empty changes (#7920) (#7926)
9+
* BUILD
10+
* drone/docker: prepare multi-arch release + provide arm64 image (#7571) (#7884)

services/mirror/mirror.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ func Password(m *models.Mirror) string {
267267
return password
268268
}
269269

270-
// MirrorUpdate checks and updates mirror repositories.
270+
// Update checks and updates mirror repositories.
271271
func Update() {
272272
log.Trace("Doing: Update")
273273

0 commit comments

Comments
 (0)