mirror of
https://github.com/go-gitea/gitea.git
synced 2024-09-01 14:56:30 +00:00
fix
This commit is contained in:
parent
6c057fec6e
commit
737c444c87
@ -271,7 +271,7 @@ func MigrateToXormigrate(x *xorm.Engine) error {
|
||||
return fmt.Errorf("get: %w", err)
|
||||
} else if !has {
|
||||
// This should not happen
|
||||
return fmt.Errorf("could not get version", err)
|
||||
return fmt.Errorf("could not get version")
|
||||
}
|
||||
|
||||
v := currentVersion.Version
|
||||
|
Loading…
Reference in New Issue
Block a user