Skip to content

Commit 8746fb3

Browse files
strklunny
authored andcommitted
Fix migration comment (#1241)
1 parent 79ec33f commit 8746fb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/migrations/migrations.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ var migrations = []Migration{
9292
NewMigration("use new avatar path name for security reason", useNewNameAvatars),
9393
// v21 -> v22
9494
NewMigration("rewrite authorized_keys file via new format", useNewPublickeyFormat),
95-
// v21 -> v22
95+
// v22 -> v23
9696
NewMigration("generate and migrate wiki Git hooks", generateAndMigrateWikiGitHooks),
9797
}
9898

0 commit comments

Comments
 (0)