Skip to content

Commit f23c3db

Browse files
Fix comment
Signed-off-by: Philip Peterson <philip.c.peterson@gmail.com>
1 parent ef1c9c6 commit f23c3db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/repository/config.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ import (
1515
"xorm.io/builder"
1616
)
1717

18-
// SyncRepositoryConfig rewrites all repositories' pre-receive, update and post-receive hooks
19-
// to make sure the binary and custom conf path are up-to-date.
18+
// SyncRepositoryConfig rewrites all repositories' git configurations
19+
// to make sure the reflog settings are up-to-date.
2020
func SyncRepositoryConfig(ctx context.Context) error {
2121
log.Trace("Doing: SyncRepositoryConfig")
2222

0 commit comments

Comments
 (0)