mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-05-07 14:36:44 +02:00
Fix comment
This commit is contained in:
@@ -42,7 +42,7 @@ class InitializeListener extends ServletContextListener with SystemSettingsServi
|
||||
if(versionFile.exists()){
|
||||
val version = FileUtils.readFileToString(versionFile, "UTF-8")
|
||||
if(version == "3.13"){
|
||||
// Initialization for GitBucket 3.10
|
||||
// Initialization for GitBucket 3.13
|
||||
logger.info("Migration to GitBucket 4.x start")
|
||||
|
||||
// Backup current data
|
||||
|
||||
Reference in New Issue
Block a user