Skip to content

Commit

Permalink
confmigrate: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizzick committed Dec 19, 2023
1 parent a8c3299 commit 90919f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/configmigrate/migrator.go
Expand Up @@ -119,6 +119,7 @@ func (m *Migrator) upgradeConfigSchema(current, target uint, diskConf yobj) (err
24: migrateTo25,
25: migrateTo26,
26: migrateTo27,
27: migrateTo28,
}

for i, migrate := range upgrades[current:target] {
Expand Down

0 comments on commit 90919f9

Please sign in to comment.