1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-01 17:05:48 +00:00

Fix migration comment (#1241)

This commit is contained in:
Sandro Santilli 2017-03-14 07:39:02 +01:00 committed by Lunny Xiao
parent 79ec33fd60
commit 8746fb3385

View File

@ -92,7 +92,7 @@ var migrations = []Migration{
NewMigration("use new avatar path name for security reason", useNewNameAvatars),
// v21 -> v22
NewMigration("rewrite authorized_keys file via new format", useNewPublickeyFormat),
// v21 -> v22
// v22 -> v23
NewMigration("generate and migrate wiki Git hooks", generateAndMigrateWikiGitHooks),
}