We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83ea5b1 commit 14fd21bCopy full SHA for 14fd21b
services/mirror/sync.go
@@ -81,7 +81,7 @@ func SyncCreateAction(repo *models.Repository, refName string) error {
81
return syncAction(models.ActionMirrorSyncCreate, repo, refName, nil)
82
}
83
84
-// MirrorSyncDeleteAction adds new action for mirror synchronization of delete reference.
+// SyncDeleteAction adds new action for mirror synchronization of delete reference.
85
func SyncDeleteAction(repo *models.Repository, refName string) error {
86
return syncAction(models.ActionMirrorSyncDelete, repo, refName, nil)
87
0 commit comments