Skip to content

Commit 14fd21b

Browse files
committed
fix lint
1 parent 83ea5b1 commit 14fd21b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/mirror/sync.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ func SyncCreateAction(repo *models.Repository, refName string) error {
8181
return syncAction(models.ActionMirrorSyncCreate, repo, refName, nil)
8282
}
8383

84-
// MirrorSyncDeleteAction adds new action for mirror synchronization of delete reference.
84+
// SyncDeleteAction adds new action for mirror synchronization of delete reference.
8585
func SyncDeleteAction(repo *models.Repository, refName string) error {
8686
return syncAction(models.ActionMirrorSyncDelete, repo, refName, nil)
8787
}

0 commit comments

Comments
 (0)