Skip to content

Commit

Permalink
Fix migration comment (#1241)
Browse files Browse the repository at this point in the history
  • Loading branch information
strk authored and lunny committed Mar 14, 2017
1 parent 79ec33f commit 8746fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/migrations/migrations.go
Original file line number Diff line number Diff line change
Expand Up @@ -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),
}

Expand Down

0 comments on commit 8746fb3

Please sign in to comment.