continue thumbnails migration

This commit is contained in:
A.Unger
2021-11-05 12:49:52 +01:00
parent 17dbc3d5ee
commit b44ebce526
9 changed files with 229 additions and 253 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import (
)
func main() {
if err := command.Execute(config.New()); err != nil {
if err := command.Execute(config.DefaultConfig()); err != nil {
os.Exit(1)
}
}