Skip to content

Commit 6b32640

Browse files
committed
fix lint
1 parent 9fe835e commit 6b32640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/notification/notification.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ func NotifyMigrateRepository(doer *models.User, u *models.User, repo *models.Rep
179179
}
180180
}
181181

182-
// NotifyMigrateRepository notifies create repository to notifiers
182+
// NotifyTransferRepository notifies create repository to notifiers
183183
func NotifyTransferRepository(doer *models.User, repo *models.Repository, newOwnerName string) {
184184
for _, notifier := range notifiers {
185185
notifier.NotifyTransferRepository(doer, repo, newOwnerName)

0 commit comments

Comments
 (0)